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.

Public Types

typedef std::vector< TInput > ThresholdVector

Public Member Functions

 ThresholdLabeler ()
 ~ThresholdLabeler ()
void SetThresholds (const ThresholdVector &thresholds)
void SetLabelOffset (const TOutput &labelOffset)
TOutput operator() (const TInput &A)

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


Member Typedef Documentation

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

Definition at line 50 of file itkThresholdLabelerImageFilter.h.

Referenced by itk::Functor::ThresholdLabeler< TInput, TOutput >::SetThresholds().


Constructor & Destructor Documentation

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

Definition at line 47 of file itkThresholdLabelerImageFilter.h.

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

Definition at line 48 of file itkThresholdLabelerImageFilter.h.


Member Function Documentation

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

Definition at line 60 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 57 of file itkThresholdLabelerImageFilter.h.

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

Set the vector of thresholds.

Definition at line 53 of file itkThresholdLabelerImageFilter.h.

References itk::Functor::ThresholdLabeler< TInput, TOutput >::ThresholdVector.


The documentation for this class was generated from the following file:
Generated at Thu May 25 03:02:09 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000