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

Detailed Description

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

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
 

Member Typedef Documentation

◆ ChangeMapType

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

Definition at line 57 of file itkChangeLabelImageFilter.h.

Member Function Documentation

◆ ClearChangeMap()

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

Definition at line 87 of file itkChangeLabelImageFilter.h.

◆ GetChange()

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

Definition at line 69 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 93 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 61 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 75 of file itkChangeLabelImageFilter.h.

◆ SetChangeMap()

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

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