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>

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

Inheritance graph
[legend]
Collaboration diagram for itk::Functor::ThresholdLabeler< TInput, TOutput >:

Collaboration graph
[legend]

List of all members.

Public Types

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

Public Member Functions

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


Detailed Description

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

Definition at line 45 of file itkThresholdLabelerImageFilter.h.


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.

template<class TInput, class TOutput>
TOutput itk::Functor::ThresholdLabeler< TInput, TOutput >::operator() ( const TInput &  A  )  const [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 Tue Sep 15 15:31:35 2009 for ITK by doxygen 1.5.8 written by Dimitri van Heesch, © 1997-2000