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

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

#include <itkChangeLabelImageFilter.h>

List of all members.

Public Types

typedef std::map< TInput,
TOutput > 
ChangeMapType

Public Member Functions

 ChangeLabel ()
 ~ChangeLabel ()
TInput GetChange (const TInput &original)
void SetChange (const TInput &original, const TOutput &result)
void SetChangeMap (ChangeMapType &changeMap)
void ClearChangeMap ()
TOutput operator() (const TInput &A)

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


Member Typedef Documentation

template<class TInput, class TOutput>
typedef std::map<TInput, TOutput> itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType
 

Definition at line 59 of file itkChangeLabelImageFilter.h.

Referenced by itk::Functor::ChangeLabel< TInput, TOutput >::SetChangeMap().


Constructor & Destructor Documentation

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

Definition at line 56 of file itkChangeLabelImageFilter.h.

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

Definition at line 57 of file itkChangeLabelImageFilter.h.


Member Function Documentation

template<class TInput, class TOutput>
void itk::Functor::ChangeLabel< TInput, TOutput >::ClearChangeMap  )  [inline]
 

Definition at line 76 of file itkChangeLabelImageFilter.h.

template<class TInput, class TOutput>
TInput itk::Functor::ChangeLabel< TInput, TOutput >::GetChange const TInput &  original  )  [inline]
 

Definition at line 61 of file itkChangeLabelImageFilter.h.

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

Definition at line 81 of file itkChangeLabelImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChange const TInput &  original,
const TOutput &  result
[inline]
 

Definition at line 66 of file itkChangeLabelImageFilter.h.

template<class TInput, class TOutput>
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChangeMap ChangeMapType changeMap  )  [inline]
 

Definition at line 71 of file itkChangeLabelImageFilter.h.

References itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType.


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