Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private 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) override
 
virtual void getResultAndSigma (ValueType &val, typename vigra::NumericTraits< ValueType >::RealPromote &sigma) override
 
const std::string getName () const
 
- Public Member Functions inherited from MedianStacker< ValueType >
const std::string getName () const
 
- Public Member Functions inherited from AverageStacker< ValueType >
virtual void reset ()
 
virtual void operator() (const ValueType &val)
 
virtual bool IsValid ()
 
const std::string getName () const
 

Private Member Functions

void Trim ()
 

Additional Inherited Members

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

Detailed Description

template<class ValueType>
class WinsorMeanStacker< ValueType >

Definition at line 497 of file stacker.cpp.

Member Function Documentation

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

Definition at line 510 of file stacker.cpp.

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

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