|
MorphologicalAttributeFilters
Public API documentation
|
One anchor-specific local-rule change attached to an anchored entry. More...
#include <FiniteWindowLocalAttributeComputer.hpp>
Public Attributes | |
| PixelId | anchorPixel = InvalidPixel |
| Anchor whose visibility transition produced the difference. | |
| NodeId | anchoredEntry = InvalidNode |
| Entry node to which the difference is attached. | |
| Value | value {} |
| Signed local-rule difference at the entry. | |
One anchor-specific local-rule change attached to an anchored entry.
| Value | Additive-group value type of the local rule. |
Definition at line 196 of file FiniteWindowLocalAttributeComputer.hpp.
| NodeId mmcfilters::local_attributes::EventDelta< Value >::anchoredEntry = InvalidNode |
Entry node to which the difference is attached.
Definition at line 198 of file FiniteWindowLocalAttributeComputer.hpp.
| PixelId mmcfilters::local_attributes::EventDelta< Value >::anchorPixel = InvalidPixel |
Anchor whose visibility transition produced the difference.
Definition at line 197 of file FiniteWindowLocalAttributeComputer.hpp.
| Value mmcfilters::local_attributes::EventDelta< Value >::value {} |
Signed local-rule difference at the entry.
Definition at line 199 of file FiniteWindowLocalAttributeComputer.hpp.