OTB  9.0.0
Orfeo Toolbox
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel > Class Template Reference

#include <otbReliefColormapFunctor.h>

+ Inheritance diagram for otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >:
+ Collaboration diagram for otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >:

Public Types

typedef itk::SmartPointer< const SelfConstPointer
 
typedef itk::SmartPointer< SelfPointer
 
typedef Superclass::RealType RealType
 
typedef Superclass::RGBPixelType RGBPixelType
 
typedef Superclass::ScalarType ScalarType
 
typedef ReliefColormapFunctor Self
 
typedef itk::Function::ColormapFunction< TScalar, TRGBPixel > Superclass
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
RGBPixelType operator() (const TScalar &) const override
 

Static Public Member Functions

static Pointer New ()
 

Protected Member Functions

 ReliefColormapFunctor ()
 
 ~ReliefColormapFunctor () override
 

Private Member Functions

void operator= (const Self &)=delete
 
 ReliefColormapFunctor (const Self &)=delete
 

Detailed Description

template<class TScalar, class TRGBPixel>
class otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >

Function object which maps a scalar value into an RGB colormap value for relief representation.

This code is working with the framework contributed in the Insight Journal paper:

"Meeting Andy Warhol Somewhere Over the Rainbow: RGB Colormapping and ITK" http://www.insight-journal.org/browse/publication/285 http://hdl.handle.net/1926/1452

Examples
BasicFilters/DEMToRainbowExample.cxx, and BasicFilters/HillShadingExample.cxx.

Definition at line 46 of file otbReliefColormapFunctor.h.

Member Typedef Documentation

◆ ConstPointer

template<class TScalar , class TRGBPixel >
typedef itk::SmartPointer<const Self> otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::ConstPointer

Definition at line 52 of file otbReliefColormapFunctor.h.

◆ Pointer

template<class TScalar , class TRGBPixel >
typedef itk::SmartPointer<Self> otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::Pointer

Definition at line 51 of file otbReliefColormapFunctor.h.

◆ RealType

template<class TScalar , class TRGBPixel >
typedef Superclass::RealType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::RealType

Definition at line 59 of file otbReliefColormapFunctor.h.

◆ RGBPixelType

template<class TScalar , class TRGBPixel >
typedef Superclass::RGBPixelType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::RGBPixelType

Definition at line 55 of file otbReliefColormapFunctor.h.

◆ ScalarType

template<class TScalar , class TRGBPixel >
typedef Superclass::ScalarType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::ScalarType

Definition at line 58 of file otbReliefColormapFunctor.h.

◆ Self

template<class TScalar , class TRGBPixel >
typedef ReliefColormapFunctor otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::Self

Definition at line 49 of file otbReliefColormapFunctor.h.

◆ Superclass

template<class TScalar , class TRGBPixel >
typedef itk::Function::ColormapFunction<TScalar, TRGBPixel> otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::Superclass

Definition at line 50 of file otbReliefColormapFunctor.h.

Constructor & Destructor Documentation

◆ ReliefColormapFunctor() [1/2]

template<class TScalar , class TRGBPixel >
otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::ReliefColormapFunctor ( )
inlineprotected

Definition at line 64 of file otbReliefColormapFunctor.h.

◆ ~ReliefColormapFunctor()

template<class TScalar , class TRGBPixel >
otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::~ReliefColormapFunctor ( )
inlineoverrideprotected

Definition at line 65 of file otbReliefColormapFunctor.h.

◆ ReliefColormapFunctor() [2/2]

template<class TScalar , class TRGBPixel >
otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::ReliefColormapFunctor ( const Self )
privatedelete

Member Function Documentation

◆ CreateAnother()

template<class TScalar , class TRGBPixel >
virtual::itk::LightObject::Pointer otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::CreateAnother ( void  ) const

◆ New()

template<class TScalar , class TRGBPixel >
static Pointer otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::New ( )
static

Method for creation through the object factory.

◆ operator()()

template<class TScalar , class TRGBPixel >
ReliefColormapFunctor< TScalar, TRGBPixel >::RGBPixelType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::operator() ( const TScalar &  v) const
override

Definition at line 33 of file otbReliefColormapFunctor.hxx.

◆ operator=()

template<class TScalar , class TRGBPixel >
void otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::operator= ( const Self )
privatedelete

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