Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ getName()

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

Definition at line 447 of file stacker.cpp.

◆ getResult()

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

◆ getResultAndSigma()

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

◆ IsValid()

template<class ValueType >
virtual bool AverageStacker< ValueType >::IsValid ( )
inlinevirtual

Definition at line 446 of file stacker.cpp.

References AverageStacker< ValueType >::m_values.

◆ operator()()

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.

◆ reset()

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

◆ m_values

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

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