|
mmcfilters
Public API documentation
|
Window-coordinate map whose missing entries represent out-of-domain samples. More...
#include <LocalEventModel.hpp>
Public Member Functions | |
| AnchoredEntryMap (PixelId anchorPixel, std::vector< std::optional< NodeId > > entries) | |
| Builds a coordinate-preserving map. | |
| PixelId | anchorPixel () const noexcept |
| Returns the anchor pixel. | |
| std::size_t | size () const noexcept |
| Returns the coordinate count. | |
| const std::optional< NodeId > & | operator[] (std::size_t coordinate) const noexcept |
| Returns one coordinate entry. | |
| std::span< const std::optional< NodeId > > | entries () const noexcept |
| Returns every coordinate entry. | |
Window-coordinate map whose missing entries represent out-of-domain samples.
Definition at line 161 of file LocalEventModel.hpp.
|
inline |
Builds a coordinate-preserving map.
| anchorPixel | Anchor pixel. |
| entries | Optional anchored entry per coordinate. |
Definition at line 164 of file LocalEventModel.hpp.
|
inlinenoexcept |
Returns the anchor pixel.
Definition at line 167 of file LocalEventModel.hpp.
|
inlinenoexcept |
Returns every coordinate entry.
Definition at line 173 of file LocalEventModel.hpp.
|
inlinenoexcept |
Returns one coordinate entry.
| coordinate | Coordinate index. |
Definition at line 171 of file LocalEventModel.hpp.
|
inlinenoexcept |
Returns the coordinate count.
Definition at line 169 of file LocalEventModel.hpp.