OTB
9.0.0
Orfeo Toolbox
|
#include <otbReliefColormapFunctor.h>
Public Types | |
typedef itk::SmartPointer< const Self > | ConstPointer |
typedef itk::SmartPointer< Self > | Pointer |
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 | |
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
Definition at line 46 of file otbReliefColormapFunctor.h.
typedef itk::SmartPointer<const Self> otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::ConstPointer |
Definition at line 52 of file otbReliefColormapFunctor.h.
typedef itk::SmartPointer<Self> otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::Pointer |
Definition at line 51 of file otbReliefColormapFunctor.h.
typedef Superclass::RealType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::RealType |
Definition at line 59 of file otbReliefColormapFunctor.h.
typedef Superclass::RGBPixelType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::RGBPixelType |
Definition at line 55 of file otbReliefColormapFunctor.h.
typedef Superclass::ScalarType otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::ScalarType |
Definition at line 58 of file otbReliefColormapFunctor.h.
typedef ReliefColormapFunctor otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::Self |
Definition at line 49 of file otbReliefColormapFunctor.h.
typedef itk::Function::ColormapFunction<TScalar, TRGBPixel> otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::Superclass |
Definition at line 50 of file otbReliefColormapFunctor.h.
|
inlineprotected |
Definition at line 64 of file otbReliefColormapFunctor.h.
|
inlineoverrideprotected |
Definition at line 65 of file otbReliefColormapFunctor.h.
|
privatedelete |
virtual::itk::LightObject::Pointer otb::Functor::ReliefColormapFunctor< TScalar, TRGBPixel >::CreateAnother | ( | void | ) | const |
|
static |
Method for creation through the object factory.
|
override |
Definition at line 33 of file otbReliefColormapFunctor.hxx.
|
privatedelete |