|
mmcfilters
Public API documentation
|
One anchor-specific signed change attached to an anchored entry. More...
#include <LocalEventModel.hpp>
Public Attributes | |
| PixelId | anchorPixel = InvalidPixel |
| Anchor whose local state changed. | |
| NodeId | anchoredEntry = InvalidNode |
| Node where the new coordinates enter. | |
| Value | value {} |
| Signed decision difference. | |
Friends | |
| bool | operator== (const EventDelta &lhs, const EventDelta &rhs)=default |
| Compares every event field. | |
One anchor-specific signed change attached to an anchored entry.
Definition at line 185 of file LocalEventModel.hpp.
|
friend |
Compares every event field.
| lhs | Left event. |
| rhs | Right event. |
| NodeId mmcfilters::local_attributes::EventDelta< Value >::anchoredEntry = InvalidNode |
Node where the new coordinates enter.
Definition at line 187 of file LocalEventModel.hpp.
| PixelId mmcfilters::local_attributes::EventDelta< Value >::anchorPixel = InvalidPixel |
Anchor whose local state changed.
Definition at line 186 of file LocalEventModel.hpp.
| Value mmcfilters::local_attributes::EventDelta< Value >::value {} |
Signed decision difference.
Definition at line 188 of file LocalEventModel.hpp.