AverageChildrenData< ScalarType > Struct Template Reference

#include <LgrOutputHelpers.hpp>

Public Member Functions

void operator() (int level, int levelIdx, const std::vector< std::vector< ScalarType > > &levelVectors)
 
ScalarType getValue ()
 

Public Attributes

std::size_t count {}
 
ScalarType partialSum {}
 

Member Function Documentation

◆ getValue()

template<class ScalarType >
ScalarType AverageChildrenData< ScalarType >::getValue ( )
inline

◆ operator()()

template<class ScalarType >
void AverageChildrenData< ScalarType >::operator() ( int  level,
int  levelIdx,
const std::vector< std::vector< ScalarType > > &  levelVectors 
)
inline

Member Data Documentation

◆ count

template<class ScalarType >
std::size_t AverageChildrenData< ScalarType >::count {}

◆ partialSum

template<class ScalarType >
ScalarType AverageChildrenData< ScalarType >::partialSum {}

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