ITK  5.2.0
Insight Toolkit
Public Types | Public Member Functions | Private Attributes | List of all members
itk::Functor::ChangeLabel< TInput, TOutput > Class Template Reference

#include <itkChangeLabelImageFilter.h>

+ Inheritance diagram for itk::Functor::ChangeLabel< TInput, TOutput >:
+ 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)
 
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 ()=default
 

Private Attributes

ChangeMapType m_ChangeMap
 

Detailed Description

template<typename TInput, typename TOutput>
class itk::Functor::ChangeLabel< TInput, TOutput >

Definition at line 54 of file itkChangeLabelImageFilter.h.

Member Typedef Documentation

◆ ChangeMapType

template<typename TInput, typename TOutput>
using itk::Functor::ChangeLabel< TInput, TOutput >::ChangeMapType = std::map<TInput, TOutput>

Definition at line 61 of file itkChangeLabelImageFilter.h.

Constructor & Destructor Documentation

◆ ChangeLabel()

template<typename TInput, typename TOutput>
itk::Functor::ChangeLabel< TInput, TOutput >::ChangeLabel ( )
default

◆ ~ChangeLabel()

template<typename TInput, typename TOutput>
itk::Functor::ChangeLabel< TInput, TOutput >::~ChangeLabel ( )
default

Member Function Documentation

◆ ClearChangeMap()

template<typename TInput, typename TOutput>
void itk::Functor::ChangeLabel< TInput, TOutput >::ClearChangeMap ( )
inline

Definition at line 98 of file itkChangeLabelImageFilter.h.

◆ GetChange()

template<typename TInput, typename TOutput>
TOutput itk::Functor::ChangeLabel< TInput, TOutput >::GetChange ( const TInput &  original)
inline

Definition at line 80 of file itkChangeLabelImageFilter.h.

◆ operator!=()

template<typename TInput, typename TOutput>
bool itk::Functor::ChangeLabel< TInput, TOutput >::operator!= ( const ChangeLabel< TInput, TOutput > &  other) const
inline

Definition at line 64 of file itkChangeLabelImageFilter.h.

◆ operator()()

template<typename TInput, typename TOutput>
TOutput itk::Functor::ChangeLabel< TInput, TOutput >::operator() ( const TInput &  A) const
inline

Definition at line 104 of file itkChangeLabelImageFilter.h.

◆ operator==()

template<typename TInput, typename TOutput>
bool itk::Functor::ChangeLabel< TInput, TOutput >::operator== ( const ChangeLabel< TInput, TOutput > &  other) const
inline

Definition at line 74 of file itkChangeLabelImageFilter.h.

◆ SetChange()

template<typename TInput, typename TOutput>
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChange ( const TInput &  original,
const TOutput &  result 
)
inline

Definition at line 86 of file itkChangeLabelImageFilter.h.

◆ SetChangeMap()

template<typename TInput, typename TOutput>
void itk::Functor::ChangeLabel< TInput, TOutput >::SetChangeMap ( const ChangeMapType changeMap)
inline

Definition at line 92 of file itkChangeLabelImageFilter.h.

Member Data Documentation

◆ m_ChangeMap

template<typename TInput, typename TOutput>
ChangeMapType itk::Functor::ChangeLabel< TInput, TOutput >::m_ChangeMap
private

The documentation for this class was generated from the following file: