ITK  5.3.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>

+ 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
 

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 91 of file itkChangeLabelImageFilter.h.

◆ GetChange()

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

Definition at line 73 of file itkChangeLabelImageFilter.h.

◆ ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION()

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

◆ operator()()

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

Definition at line 97 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 65 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 79 of file itkChangeLabelImageFilter.h.

◆ SetChangeMap()

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

Definition at line 85 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: