OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Private Attributes | List of all members
otb::Functor::VectorChangeLabel< TInput, TOutput > Class Template Reference

#include <otbChangeLabelImageFilter.h>

+ Collaboration diagram for otb::Functor::VectorChangeLabel< TInput, TOutput >:

Public Types

typedef std::map< TInput, TOutput > ChangeMapType
 
typedef TOutput::ValueType ValueType
 

Public Member Functions

void ClearChangeMap ()
 
TOutput GetChange (const TInput &original)
 
unsigned int GetNumberOfComponentsPerPixel ()
 
bool operator!= (const VectorChangeLabel &other) const
 
TOutput operator() (const TInput &A)
 
bool operator== (const VectorChangeLabel &other) const
 
void SetChange (const TInput &original, const TOutput &result)
 
void SetChangeMap (const ChangeMapType &changeMap)
 
void SetNumberOfComponentsPerPixel (unsigned int nb)
 
 VectorChangeLabel ()
 
virtual ~VectorChangeLabel ()
 

Private Attributes

ChangeMapType m_ChangeMap
 
unsigned int m_NumberOfComponentsPerPixel
 

Detailed Description

template<class TInput, class TOutput>
class otb::Functor::VectorChangeLabel< TInput, TOutput >

Definition at line 47 of file otbChangeLabelImageFilter.h.

Member Typedef Documentation

◆ ChangeMapType

template<class TInput , class TOutput >
typedef std::map<TInput, TOutput> otb::Functor::VectorChangeLabel< TInput, TOutput >::ChangeMapType

Definition at line 59 of file otbChangeLabelImageFilter.h.

◆ ValueType

template<class TInput , class TOutput >
typedef TOutput::ValueType otb::Functor::VectorChangeLabel< TInput, TOutput >::ValueType

Definition at line 50 of file otbChangeLabelImageFilter.h.

Constructor & Destructor Documentation

◆ VectorChangeLabel()

template<class TInput , class TOutput >
otb::Functor::VectorChangeLabel< TInput, TOutput >::VectorChangeLabel ( )
inline

Definition at line 52 of file otbChangeLabelImageFilter.h.

◆ ~VectorChangeLabel()

template<class TInput , class TOutput >
virtual otb::Functor::VectorChangeLabel< TInput, TOutput >::~VectorChangeLabel ( )
inlinevirtual

Definition at line 55 of file otbChangeLabelImageFilter.h.

Member Function Documentation

◆ ClearChangeMap()

template<class TInput , class TOutput >
void otb::Functor::VectorChangeLabel< TInput, TOutput >::ClearChangeMap ( )
inline

◆ GetChange()

template<class TInput , class TOutput >
TOutput otb::Functor::VectorChangeLabel< TInput, TOutput >::GetChange ( const TInput &  original)
inline

◆ GetNumberOfComponentsPerPixel()

template<class TInput , class TOutput >
unsigned int otb::Functor::VectorChangeLabel< TInput, TOutput >::GetNumberOfComponentsPerPixel ( )
inline

◆ operator!=()

template<class TInput , class TOutput >
bool otb::Functor::VectorChangeLabel< TInput, TOutput >::operator!= ( const VectorChangeLabel< TInput, TOutput > &  other) const
inline

◆ operator()()

template<class TInput , class TOutput >
TOutput otb::Functor::VectorChangeLabel< TInput, TOutput >::operator() ( const TInput &  A)
inline

◆ operator==()

template<class TInput , class TOutput >
bool otb::Functor::VectorChangeLabel< TInput, TOutput >::operator== ( const VectorChangeLabel< TInput, TOutput > &  other) const
inline

Definition at line 77 of file otbChangeLabelImageFilter.h.

◆ SetChange()

template<class TInput , class TOutput >
void otb::Functor::VectorChangeLabel< TInput, TOutput >::SetChange ( const TInput &  original,
const TOutput &  result 
)
inline

◆ SetChangeMap()

template<class TInput , class TOutput >
void otb::Functor::VectorChangeLabel< TInput, TOutput >::SetChangeMap ( const ChangeMapType changeMap)
inline

◆ SetNumberOfComponentsPerPixel()

template<class TInput , class TOutput >
void otb::Functor::VectorChangeLabel< TInput, TOutput >::SetNumberOfComponentsPerPixel ( unsigned int  nb)
inline

Member Data Documentation

◆ m_ChangeMap

template<class TInput , class TOutput >
ChangeMapType otb::Functor::VectorChangeLabel< TInput, TOutput >::m_ChangeMap
private

◆ m_NumberOfComponentsPerPixel

template<class TInput , class TOutput >
unsigned int otb::Functor::VectorChangeLabel< TInput, TOutput >::m_NumberOfComponentsPerPixel
private

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