MorphologicalAttributeFilters
Public API documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmcfilters::local_attributes::EventDelta< Value > Struct Template Reference

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.
 

Detailed Description

template<class Value>
struct mmcfilters::local_attributes::EventDelta< Value >

One anchor-specific local-rule change attached to an anchored entry.

Template Parameters
ValueAdditive-group value type of the local rule.

Definition at line 196 of file FiniteWindowLocalAttributeComputer.hpp.

Member Data Documentation

◆ anchoredEntry

Entry node to which the difference is attached.

Definition at line 198 of file FiniteWindowLocalAttributeComputer.hpp.

◆ anchorPixel

Anchor whose visibility transition produced the difference.

Definition at line 197 of file FiniteWindowLocalAttributeComputer.hpp.

◆ value

Signed local-rule difference at the entry.

Definition at line 199 of file FiniteWindowLocalAttributeComputer.hpp.


The documentation for this struct was generated from the following file: