Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
MinStacker< ValueType > Class Template Reference

Public Member Functions

void reset ()
 
void operator() (const ValueType &val, vigra::VigraTrueType)
 
void operator() (const ValueType &val, vigra::VigraFalseType)
 
void operator() (const ValueType &val)
 
void getResult (ValueType &val)
 
bool IsValid ()
 

Private Attributes

ValueType m_min
 

Detailed Description

template<class ValueType>
class MinStacker< ValueType >

Definition at line 398 of file stacker.cpp.

Member Function Documentation

template<class ValueType>
void MinStacker< ValueType >::getResult ( ValueType &  val)
inline

Definition at line 409 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

template<class ValueType>
bool MinStacker< ValueType >::IsValid ( )
inline

Definition at line 410 of file stacker.cpp.

template<class ValueType>
void MinStacker< ValueType >::operator() ( const ValueType &  val,
vigra::VigraTrueType   
)
inline

Definition at line 402 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

Referenced by MinStacker< ValueType >::operator()().

template<class ValueType>
void MinStacker< ValueType >::operator() ( const ValueType &  val,
vigra::VigraFalseType   
)
inline

Definition at line 403 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

template<class ValueType>
void MinStacker< ValueType >::operator() ( const ValueType &  val)
inline

Definition at line 404 of file stacker.cpp.

References MinStacker< ValueType >::operator()().

template<class ValueType>
void MinStacker< ValueType >::reset ( )
inline

Definition at line 401 of file stacker.cpp.

References MinStacker< ValueType >::m_min, and celeste::max().

Member Data Documentation

template<class ValueType>
ValueType MinStacker< ValueType >::m_min
private

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