#include <itkChangeLabelImageFilter.h>
Definition at line 54 of file itkChangeLabelImageFilter.h.
Collaboration diagram for itk::Functor::ChangeLabel< TInput, TOutput >: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.
References m_ChangeMap.
|
inline |
Definition at line 69 of file itkChangeLabelImageFilter.h.
References m_ChangeMap.
| itk::Functor::ChangeLabel< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ChangeLabel< TInput, TOutput > | ) |
|
inline |
Definition at line 93 of file itkChangeLabelImageFilter.h.
References m_ChangeMap.
|
inline |
Definition at line 61 of file itkChangeLabelImageFilter.h.
References m_ChangeMap.
|
inline |
Definition at line 75 of file itkChangeLabelImageFilter.h.
References m_ChangeMap.
|
inline |
Definition at line 81 of file itkChangeLabelImageFilter.h.
References m_ChangeMap.
|
private |
Definition at line 104 of file itkChangeLabelImageFilter.h.
Referenced by ClearChangeMap(), GetChange(), operator()(), operator==(), SetChange(), and SetChangeMap().