|
MorphologicalAttributeFilters
Public API documentation
|
Selects the next residual candidate from the canonical self-dual order. More...
#include <ResidualEvolution.hpp>
Public Member Functions | |
| SelfDualResidualSchedule (SpatialOrder spatialOrder=RowMajorSpatialOrder{}) | |
| Creates the unique canonical residual schedule. | |
| std::size_t | selectResidualCandidate (std::span< const SelfDualResidualKey > residualKeys) const |
| Returns the index of the first key in canonical residual order. | |
| const SelfDualResidualOrder & | residualOrder () const noexcept |
| Returns the canonical key order used by this schedule. | |
Selects the next residual candidate from the canonical self-dual order.
Definition at line 190 of file ResidualEvolution.hpp.
|
inlineexplicit |
Creates the unique canonical residual schedule.
| spatialOrder | Total order used by equal-cardinality candidates. |
Definition at line 196 of file ResidualEvolution.hpp.
|
inlinenoexcept |
Returns the canonical key order used by this schedule.
Definition at line 225 of file ResidualEvolution.hpp.
|
inline |
Returns the index of the first key in canonical residual order.
| residualKeys | Non-empty candidate-key sequence. |
Definition at line 204 of file ResidualEvolution.hpp.