ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <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) const |
bool | operator== (const ChangeLabel &other) const |
void | SetChange (const TInput &original, const TOutput &result) |
void | SetChangeMap (const ChangeMapType &changeMap) |
~ChangeLabel () | |
Private Attributes | |
ChangeMapType | m_ChangeMap |
Definition at line 54 of file itkChangeLabelImageFilter.h.
typedef std::map< TInput, TOutput > itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType |
Definition at line 60 of file itkChangeLabelImageFilter.h.
itk::Functor::ChangeLabel< TInput, TOutput >::ChangeLabel | ( | ) | [inline] |
Definition at line 57 of file itkChangeLabelImageFilter.h.
itk::Functor::ChangeLabel< TInput, TOutput >::~ChangeLabel | ( | ) | [inline] |
Definition at line 58 of file itkChangeLabelImageFilter.h.
void itk::Functor::ChangeLabel< TInput, TOutput >::ClearChangeMap | ( | ) | [inline] |
Definition at line 91 of file itkChangeLabelImageFilter.h.
TOutput itk::Functor::ChangeLabel< TInput, TOutput >::GetChange | ( | const TInput & | original | ) | [inline] |
Definition at line 76 of file itkChangeLabelImageFilter.h.
bool itk::Functor::ChangeLabel< TInput, TOutput >::operator!= | ( | const ChangeLabel< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 62 of file itkChangeLabelImageFilter.h.
TOutput itk::Functor::ChangeLabel< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 96 of file itkChangeLabelImageFilter.h.
bool itk::Functor::ChangeLabel< TInput, TOutput >::operator== | ( | const ChangeLabel< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 71 of file itkChangeLabelImageFilter.h.
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChange | ( | const TInput & | original, |
const TOutput & | result | ||
) | [inline] |
Definition at line 81 of file itkChangeLabelImageFilter.h.
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChangeMap | ( | const ChangeMapType & | changeMap | ) | [inline] |
Definition at line 86 of file itkChangeLabelImageFilter.h.
ChangeMapType itk::Functor::ChangeLabel< TInput, TOutput >::m_ChangeMap [private] |
Definition at line 107 of file itkChangeLabelImageFilter.h.
Referenced by itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::ClearChangeMap(), itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::GetChange(), itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::operator!=(), itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::operator()(), itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::SetChange(), and itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::SetChangeMap().