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

Sum of all finite-window event deltas attached to one node. More...

#include <FiniteWindowLocalAttributeComputer.hpp>

Public Attributes

NodeId node = InvalidNode
 Dense node slot represented by this record.
 
Value value {}
 Pre-aggregation contribution introduced at the node.
 

Detailed Description

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

Sum of all finite-window event deltas attached to one node.

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

Definition at line 206 of file FiniteWindowLocalAttributeComputer.hpp.

Member Data Documentation

◆ node

Dense node slot represented by this record.

Definition at line 207 of file FiniteWindowLocalAttributeComputer.hpp.

◆ value

Pre-aggregation contribution introduced at the node.

Definition at line 208 of file FiniteWindowLocalAttributeComputer.hpp.


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