Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
AverageStacker< ValueType > Class Template Reference
Inheritance diagram for AverageStacker< ValueType >:
Inheritance graph

Public Member Functions

virtual void reset ()
 
virtual void operator() (const ValueType &val)
 
virtual void getResult (ValueType &val)
 
virtual void getResultAndSigma (ValueType &val, typename vigra::NumericTraits< ValueType >::RealPromote &sigma)
 
virtual bool IsValid ()
 
const std::string getName () const
 

Protected Attributes

std::vector< ValueType > m_values
 

Detailed Description

template<class ValueType>
class AverageStacker< ValueType >

Definition at line 439 of file stacker.cpp.

Member Function Documentation

template<class ValueType>
const std::string AverageStacker< ValueType >::getName ( ) const
inline

Definition at line 447 of file stacker.cpp.

template<class ValueType>
virtual void AverageStacker< ValueType >::getResult ( ValueType &  val)
inlinevirtual
template<class ValueType>
virtual void AverageStacker< ValueType >::getResultAndSigma ( ValueType &  val,
typename vigra::NumericTraits< ValueType >::RealPromote &  sigma 
)
inlinevirtual
template<class ValueType>
virtual bool AverageStacker< ValueType >::IsValid ( )
inlinevirtual

Definition at line 446 of file stacker.cpp.

References AverageStacker< ValueType >::m_values.

template<class ValueType>
virtual void AverageStacker< ValueType >::operator() ( const ValueType &  val)
inlinevirtual

Definition at line 443 of file stacker.cpp.

References AverageStacker< ValueType >::m_values.

template<class ValueType>
virtual void AverageStacker< ValueType >::reset ( )
inlinevirtual

Definition at line 442 of file stacker.cpp.

References AverageStacker< ValueType >::m_values.

Member Data Documentation

template<class ValueType>
std::vector<ValueType> AverageStacker< ValueType >::m_values
protected

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