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>

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

Inheritance graph
[legend]

List of all members.

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) const
bool operator== (const ChangeLabel &other) const
void SetChange (const TInput &original, const TOutput &result)
void SetChangeMap (const ChangeMapType &changeMap)
 ~ChangeLabel ()


Detailed Description

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

Definition at line 53 of file itkChangeLabelImageFilter.h.


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.

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