|
mmcfilters
Public API documentation
|
One inclusion node and the observation coordinates that enter there. More...
#include <LocalEventModel.hpp>
Public Attributes | |
| NodeId | node = InvalidNode |
| Anchored-entry node. | |
| std::uint32_t | enteringOffsetMask = 0 |
Coordinates entering at node. | |
Friends | |
| bool | operator== (const AnchoredEntryMask &lhs, const AnchoredEntryMask &rhs)=default |
| Compares node and coordinate mask. | |
One inclusion node and the observation coordinates that enter there.
Definition at line 152 of file LocalEventModel.hpp.
|
friend |
Compares node and coordinate mask.
| lhs | Left entry. |
| rhs | Right entry. |
| std::uint32_t mmcfilters::local_attributes::AnchoredEntryMask::enteringOffsetMask = 0 |
Coordinates entering at node.
Definition at line 154 of file LocalEventModel.hpp.
| NodeId mmcfilters::local_attributes::AnchoredEntryMask::node = InvalidNode |
Anchored-entry node.
Definition at line 153 of file LocalEventModel.hpp.