ITK
6.0.0
Insight Toolkit
|
#include <itkChangeLabelImageFilter.h>
Definition at line 54 of file itkChangeLabelImageFilter.h.
Public Types | |
using | ChangeMapType = std::map< TInput, TOutput > |
Public Member Functions | |
void | ClearChangeMap () |
TOutput | GetChange (const TInput &original) |
ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION (ChangeLabel) | |
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) |
Private Attributes | |
ChangeMapType | m_ChangeMap |
using itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType = std::map<TInput, TOutput> |
Definition at line 57 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 87 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 69 of file itkChangeLabelImageFilter.h.
itk::Functor::ChangeLabel< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ChangeLabel< TInput, TOutput > | ) |
|
inline |
Definition at line 93 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 61 of file itkChangeLabelImageFilter.h.
References itk::Functor::ChangeLabel< TInput, TOutput >::m_ChangeMap.
|
inline |
Definition at line 75 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 81 of file itkChangeLabelImageFilter.h.
|
private |
Definition at line 104 of file itkChangeLabelImageFilter.h.
Referenced by itk::Functor::ChangeLabel< TInput, TOutput >::operator==().