|
mmcfilters
Public API documentation
|
Immutable view of an eligible residual candidate before leveling. More...
#include <ResidualEvolution.hpp>

Public Attributes | |
| std::span< const PixelId > | support |
| Current candidate support. | |
| Polarity | polarity = Polarity::Maximum |
| Regional-extremum polarity. | |
| T | candidateAltitude {} |
| Constant altitude on the candidate before leveling. | |
| T | firstMergingLevel {} |
| First adjacent level reached by elementary leveling. | |
| SelfDualResidualKey | residualKey |
| Canonical support-only scheduling key. | |
Immutable view of an eligible residual candidate before leveling.
Definition at line 232 of file ResidualEvolution.hpp.
| T mmcfilters::sdrt::ResidualCandidate< T >::candidateAltitude {} |
Constant altitude on the candidate before leveling.
Definition at line 235 of file ResidualEvolution.hpp.
| T mmcfilters::sdrt::ResidualCandidate< T >::firstMergingLevel {} |
First adjacent level reached by elementary leveling.
Definition at line 236 of file ResidualEvolution.hpp.
| Polarity mmcfilters::sdrt::ResidualCandidate< T >::polarity = Polarity::Maximum |
Regional-extremum polarity.
Definition at line 234 of file ResidualEvolution.hpp.
| SelfDualResidualKey mmcfilters::sdrt::ResidualCandidate< T >::residualKey |
Canonical support-only scheduling key.
Definition at line 237 of file ResidualEvolution.hpp.
| std::span<const PixelId> mmcfilters::sdrt::ResidualCandidate< T >::support |
Current candidate support.
Definition at line 233 of file ResidualEvolution.hpp.