![]() |
ITK
5.3.0
Insight Toolkit
|
#include <itkChangeLabelImageFilter.h>
Collaboration diagram for itk::Functor::ChangeLabel< TInput, TOutput >:Public Types | |
| using | ChangeMapType = std::map< TInput, TOutput > |
Public Member Functions | |
| ChangeLabel ()=default | |
| 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) |
| ~ChangeLabel ()=default | |
Private Attributes | |
| ChangeMapType | m_ChangeMap |
Definition at line 54 of file itkChangeLabelImageFilter.h.
| using itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType = std::map<TInput, TOutput> |
Definition at line 61 of file itkChangeLabelImageFilter.h.
|
default |
|
default |
|
inline |
Definition at line 91 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 73 of file itkChangeLabelImageFilter.h.
| itk::Functor::ChangeLabel< TInput, TOutput >::ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION | ( | ChangeLabel< TInput, TOutput > | ) |
|
inline |
Definition at line 97 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 65 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 79 of file itkChangeLabelImageFilter.h.
|
inline |
Definition at line 85 of file itkChangeLabelImageFilter.h.
|
private |
Definition at line 108 of file itkChangeLabelImageFilter.h.
Referenced by itk::Functor::ChangeLabel< TInputImage::PixelType, TOutputImage::PixelType >::operator==().
1.8.16