ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkChangeLabelImageFilter.h>
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) 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 |
typedef std::map< TInput, TOutput > itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType |
Definition at line 59 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 56 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 57 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 90 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 75 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 61 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 95 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 70 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 80 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 85 of file itkChangeLabelImageFilter.h.
|
private |
Definition at line 106 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().