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

Public Member Functions

virtual void getResult (ValueType &val)
 
virtual void getResultAndSigma (ValueType &val, typename vigra::NumericTraits< ValueType >::RealPromote &sigma)
 
const std::string getName () const
 
- Public Member Functions inherited from MedianStacker< ValueType >
void reset ()
 
void operator() (const ValueType &val)
 
void getResult (ValueType &val)
 
bool IsValid ()
 
void getResultAndSigma (ValueType &val, typename vigra::NumericTraits< ValueType >::RealPromote &sigma)
 
const std::string getName () const
 

Additional Inherited Members

- Protected Member Functions inherited from MedianStacker< ValueType >
void sort (vigra::VigraTrueType)
 
void sort (vigra::VigraFalseType)
 
void sort ()
 
- Protected Attributes inherited from MedianStacker< ValueType >
std::vector< ValueType > m_values
 

Detailed Description

template<class ValueType>
class WinsorMeanStacker< ValueType >

Definition at line 506 of file stacker.cpp.

Member Function Documentation

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

Definition at line 537 of file stacker.cpp.

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

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