ITK  4.13.0
Insight Segmentation and Registration 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 >:

Detailed Description

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

Definition at line 53 of file itkChangeLabelImageFilter.h.

Public Types

typedef std::map< TInput, TOutput > ChangeMapType
 

Public Member Functions

 ChangeLabel ()
 
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 ()
 

Private Attributes

ChangeMapType m_ChangeMap
 

Member Typedef Documentation

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

Definition at line 59 of file itkChangeLabelImageFilter.h.

Constructor & Destructor Documentation

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

Definition at line 56 of file itkChangeLabelImageFilter.h.

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

Definition at line 57 of file itkChangeLabelImageFilter.h.

Member Function Documentation

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

Definition at line 90 of file itkChangeLabelImageFilter.h.

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

Definition at line 75 of file itkChangeLabelImageFilter.h.

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.

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

Definition at line 95 of file itkChangeLabelImageFilter.h.

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

Definition at line 70 of file itkChangeLabelImageFilter.h.

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

Definition at line 80 of file itkChangeLabelImageFilter.h.

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

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: