Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::Functor::ThresholdLabeler< TInput, TOutput > Class Template Reference

#include <itkThresholdLabelerImageFilter.h>

Collaboration diagram for itk::Functor::ThresholdLabeler< TInput, TOutput >:

Collaboration graph
[legend]
List of all members.

template<class TInput, class TOutput>
class itk::Functor::ThresholdLabeler< TInput, TOutput >


Public Types

typedef NumericTraits< TInput
>::RealType 
RealThresholdType
typedef std::vector< RealThresholdTypeRealThresholdVector

Public Member Functions

bool operator!= (const ThresholdLabeler &other) const
TOutput operator() (const TInput &A)
bool operator== (const ThresholdLabeler &other) const
void SetLabelOffset (const TOutput &labelOffset)
void SetThresholds (const RealThresholdVector &thresholds)
 ThresholdLabeler ()
 ~ThresholdLabeler ()

Member Typedef Documentation

template<class TInput, class TOutput>
typedef NumericTraits< TInput >::RealType itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdType
 

Definition at line 49 of file itkThresholdLabelerImageFilter.h.

template<class TInput, class TOutput>
typedef std::vector<RealThresholdType> itk::Functor::ThresholdLabeler< TInput, TOutput >::RealThresholdVector
 

Definition at line 52 of file itkThresholdLabelerImageFilter.h.


Constructor & Destructor Documentation

template<class TInput, class TOutput>
itk::Functor::ThresholdLabeler< TInput, TOutput >::ThresholdLabeler  )  [inline]
 

Definition at line 48 of file itkThresholdLabelerImageFilter.h.

template<class TInput, class TOutput>
itk::Functor::ThresholdLabeler< TInput, TOutput >::~ThresholdLabeler  )  [inline]
 

Definition at line 49 of file itkThresholdLabelerImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput>
bool itk::Functor::ThresholdLabeler< TInput, TOutput >::operator!= const ThresholdLabeler< TInput, TOutput > &  other  )  const [inline]
 

Definition at line 62 of file itkThresholdLabelerImageFilter.h.

References itk::Functor::ThresholdLabeler< TInput, TOutput >::m_LabelOffset, and itk::Functor::ThresholdLabeler< TInput, TOutput >::m_Thresholds.

template<class TInput, class TOutput>
TOutput itk::Functor::ThresholdLabeler< TInput, TOutput >::operator() const TInput &  A  )  [inline]
 

Definition at line 76 of file itkThresholdLabelerImageFilter.h.

template<class TInput, class TOutput>
bool itk::Functor::ThresholdLabeler< TInput, TOutput >::operator== const ThresholdLabeler< TInput, TOutput > &  other  )  const [inline]
 

Definition at line 71 of file itkThresholdLabelerImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::ThresholdLabeler< TInput, TOutput >::SetLabelOffset const TOutput &  labelOffset  )  [inline]
 

Set the offset which labels have to start from.

Definition at line 59 of file itkThresholdLabelerImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::ThresholdLabeler< TInput, TOutput >::SetThresholds const RealThresholdVector thresholds  )  [inline]
 

Set the vector of thresholds.

Definition at line 55 of file itkThresholdLabelerImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Mon Jul 10 00:20:03 2006 for ITK by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2000