|
mmcfilters
Public API documentation
|
Dense row-major spatial order used by default. More...
#include <ResidualEvolution.hpp>


Additional Inherited Members | |
Public Member Functions inherited from mmcfilters::sdrt::SpatialOrder | |
| SpatialOrder (std::vector< PixelId > pixelsInOrder) | |
| Creates an explicit total spatial order. | |
| bool | isRowMajor () const noexcept |
| Returns whether the order uses implicit row-major ranks. | |
| void | validateDomainSize (std::size_t numPixels) const |
| Validates that this order covers a construction domain. | |
| bool | precedes (PixelId lhs, PixelId rhs) const |
Returns whether lhs precedes rhs. | |
| PixelId | spatialMinimum (std::span< const PixelId > support) const |
| Returns the least pixel of a non-empty support. | |
Protected Member Functions inherited from mmcfilters::sdrt::SpatialOrder | |
| SpatialOrder ()=default | |
| Creates the implicit row-major order. | |
Dense row-major spatial order used by default.
Definition at line 129 of file ResidualEvolution.hpp.