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

Final value of one finite-window node attribute after bottom-up aggregation. More...

#include <FiniteWindowLocalAttributeComputer.hpp>

Public Attributes

NodeId node = InvalidNode
 Dense node slot represented by this record.
 
Value value {}
 Fully aggregated node-attribute value.
 

Detailed Description

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

Final value of one finite-window node attribute after bottom-up aggregation.

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

Definition at line 215 of file FiniteWindowLocalAttributeComputer.hpp.

Member Data Documentation

◆ node

Dense node slot represented by this record.

Definition at line 216 of file FiniteWindowLocalAttributeComputer.hpp.

◆ value

Fully aggregated node-attribute value.

Definition at line 217 of file FiniteWindowLocalAttributeComputer.hpp.


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