FiReS  0.2.0
FiReS - Filter, Retrieval and Search
fires::ScalarAverager< T > Class Template Reference

#include <Averager.h>

+ Inheritance diagram for fires::ScalarAverager< T >:
+ Collaboration diagram for fires::ScalarAverager< T >:

Public Member Functions

 ScalarAverager (T resetValue_=T(0))
 
virtual void accum (const Property &property_)
 
virtual void divide (const unsigned int value)
 
virtual void reset (void)
 
virtual Property property (void)
 

Protected Attributes

_resetValue
 
_accumValue
 

Detailed Description

template<typename T>
class fires::ScalarAverager< T >

This class serves as a tool for averaging scalar properties

Template specialization for averaging properties holding pointer to scalars.

Definition at line 65 of file Averager.h.


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