#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 () |
Definition at line 53 of file itkChangeLabelImageFilter.h.
typedef std::map<TInput, TOutput> itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType |
Definition at line 57 of file itkChangeLabelImageFilter.h.
itk::Functor::ChangeLabel< TInput, TOutput >::ChangeLabel | ( | ) | [inline] |
Definition at line 56 of file itkChangeLabelImageFilter.h.
itk::Functor::ChangeLabel< TInput, TOutput >::~ChangeLabel | ( | ) | [inline] |
Definition at line 57 of file itkChangeLabelImageFilter.h.
void itk::Functor::ChangeLabel< TInput, TOutput >::ClearChangeMap | ( | ) | [inline] |
Definition at line 88 of file itkChangeLabelImageFilter.h.
TOutput itk::Functor::ChangeLabel< TInput, TOutput >::GetChange | ( | const TInput & | original | ) | [inline] |
Definition at line 73 of file itkChangeLabelImageFilter.h.
bool itk::Functor::ChangeLabel< TInput, TOutput >::operator!= | ( | const ChangeLabel< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 61 of file itkChangeLabelImageFilter.h.
TOutput itk::Functor::ChangeLabel< TInput, TOutput >::operator() | ( | const TInput & | A | ) | const [inline] |
Definition at line 93 of file itkChangeLabelImageFilter.h.
bool itk::Functor::ChangeLabel< TInput, TOutput >::operator== | ( | const ChangeLabel< TInput, TOutput > & | other | ) | const [inline] |
Definition at line 69 of file itkChangeLabelImageFilter.h.
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChange | ( | const TInput & | original, | |
const TOutput & | result | |||
) | [inline] |
Definition at line 78 of file itkChangeLabelImageFilter.h.
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChangeMap | ( | const ChangeMapType & | changeMap | ) | [inline] |
Definition at line 83 of file itkChangeLabelImageFilter.h.