Hugin trunk 0.1
Loading...
Searching...
No Matches
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 403 of file stacker.cpp.

Member Function Documentation

◆ getResult()

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

Definition at line 414 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

◆ IsValid()

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

Definition at line 415 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

◆ operator()() [1/3]

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

Definition at line 409 of file stacker.cpp.

References MinStacker< ValueType >::operator()(), and threshold().

◆ operator()() [2/3]

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

Definition at line 408 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

◆ operator()() [3/3]

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

Definition at line 407 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

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

◆ reset()

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

Definition at line 406 of file stacker.cpp.

References MinStacker< ValueType >::m_min.

Member Data Documentation

◆ m_min

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

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