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.


Detailed Description

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

Definition at line 53 of file itkChangeLabelImageFilter.h.

Public Types

typedef std::map< TInput,
TOutput > 
ChangeMapType

Public Member Functions

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


Member Typedef Documentation

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

Definition at line 57 of file itkChangeLabelImageFilter.h.


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 88 of file itkChangeLabelImageFilter.h.

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

Definition at line 73 of file itkChangeLabelImageFilter.h.

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

Definition at line 61 of file itkChangeLabelImageFilter.h.

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

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

Definition at line 93 of file itkChangeLabelImageFilter.h.

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

Definition at line 69 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 78 of file itkChangeLabelImageFilter.h.

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

Definition at line 83 of file itkChangeLabelImageFilter.h.


The documentation for this class was generated from the following file:
Generated at Thu Nov 6 14:19:30 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000