|
MorphologicalAttributeFilters
Public API documentation
|
Strict order induced by (supportCardinality, spatialMinimum).
More...
#include <ResidualEvolution.hpp>
Public Member Functions | |
| SelfDualResidualOrder (SpatialOrder spatialOrder=RowMajorSpatialOrder{}) | |
| Creates the canonical residual-key order. | |
| bool | compareResidualCandidates (const SelfDualResidualKey &lhs, const SelfDualResidualKey &rhs) const |
| Compares two candidate keys without consulting polarity or altitude. | |
| bool | operator() (const SelfDualResidualKey &lhs, const SelfDualResidualKey &rhs) const |
| Applies the canonical strict comparison. | |
| const SpatialOrder & | spatialOrder () const noexcept |
| Returns the total spatial order used by this comparison. | |
Strict order induced by (supportCardinality, spatialMinimum).
Definition at line 144 of file ResidualEvolution.hpp.
|
inlineexplicit |
Creates the canonical residual-key order.
| spatialOrder | Total order used by the second key coordinate. |
Definition at line 150 of file ResidualEvolution.hpp.
|
inline |
Compares two candidate keys without consulting polarity or altitude.
| lhs | Left candidate key. |
| rhs | Right candidate key. |
true when lhs precedes rhs. Definition at line 159 of file ResidualEvolution.hpp.
|
inline |
Applies the canonical strict comparison.
| lhs | Left candidate key. |
| rhs | Right candidate key. |
true when lhs precedes rhs. Definition at line 175 of file ResidualEvolution.hpp.
|
inlinenoexcept |
Returns the total spatial order used by this comparison.
Definition at line 183 of file ResidualEvolution.hpp.