ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
itk::Function::CustomColormapFunction< TScalar, TRGBPixel > Class Template Reference

Function object which maps a scalar value into an RGB colormap value. More...

#include <itkCustomColormapFunction.h>

Inheritance diagram for itk::Function::CustomColormapFunction< TScalar, TRGBPixel >:
Collaboration diagram for itk::Function::CustomColormapFunction< TScalar, TRGBPixel >:

List of all members.

Public Types

typedef std::vector< RealTypeChannelType
typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef Superclass::RealType RealType
typedef Superclass::RGBPixelType RGBPixelType
typedef Superclass::ScalarType ScalarType
typedef CustomColormapFunction Self
typedef ColormapFunction
< TScalar, TRGBPixel > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
ChannelType GetBlueChannel () const
ChannelType GetGreenChannel () const
ChannelType GetRedChannel () const
virtual RGBPixelType operator() (const TScalar &) const
void SetBlueChannel (ChannelType blue)
void SetGreenChannel (ChannelType green)
void SetRedChannel (ChannelType red)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 CustomColormapFunction ()
 ~CustomColormapFunction ()

Private Member Functions

 CustomColormapFunction (const Self &)
void operator= (const Self &)

Private Attributes

ChannelType m_BlueChannel
ChannelType m_GreenChannel
ChannelType m_RedChannel

Detailed Description

template<class TScalar, class TRGBPixel>
class itk::Function::CustomColormapFunction< TScalar, TRGBPixel >

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

Author:
Nicholas Tustison, Hui Zhang, Gaetan Lehmann, Paul Yushkevich and James C. Gee

This code was 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 45 of file itkCustomColormapFunction.h.


Member Typedef Documentation

template<class TScalar , class TRGBPixel >
typedef std::vector< RealType > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::ChannelType

Definition at line 62 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef SmartPointer< const Self > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::ConstPointer
template<class TScalar , class TRGBPixel >
typedef SmartPointer< Self > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::Pointer
template<class TScalar , class TRGBPixel >
typedef Superclass::RealType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::RealType
template<class TScalar , class TRGBPixel >
typedef Superclass::RGBPixelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::RGBPixelType
template<class TScalar , class TRGBPixel >
typedef Superclass::ScalarType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::ScalarType
template<class TScalar , class TRGBPixel >
typedef CustomColormapFunction itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::Self

Smart pointer typedef support.

Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.

Definition at line 50 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef ColormapFunction< TScalar, TRGBPixel > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::Superclass

Constructor & Destructor Documentation

template<class TScalar , class TRGBPixel >
itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::CustomColormapFunction ( ) [inline, protected]

Definition at line 97 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::~CustomColormapFunction ( ) [inline, protected]

Definition at line 98 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::CustomColormapFunction ( const Self ) [private]

Member Function Documentation

template<class TScalar , class TRGBPixel >
virtual::itk::LightObject::Pointer itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::CreateAnother ( void  ) const [virtual]

Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.

Reimplemented from itk::Object.

template<class TScalar , class TRGBPixel >
ChannelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::GetBlueChannel ( ) const [inline]

Definition at line 91 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
ChannelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::GetGreenChannel ( ) const [inline]

Definition at line 81 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
ChannelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::GetRedChannel ( ) const [inline]

Definition at line 71 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
static Pointer itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TScalar , class TRGBPixel >
virtual RGBPixelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::operator() ( const TScalar &  ) const [virtual]
template<class TScalar , class TRGBPixel >
void itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::operator= ( const Self ) [private]

Map [min, max] input values to [0, 1].

Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.

template<class TScalar , class TRGBPixel >
void itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::SetBlueChannel ( ChannelType  blue) [inline]

Definition at line 86 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
void itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::SetGreenChannel ( ChannelType  green) [inline]

Definition at line 76 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
void itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::SetRedChannel ( ChannelType  red) [inline]

Definition at line 66 of file itkCustomColormapFunction.h.


Member Data Documentation

template<class TScalar , class TRGBPixel >
ChannelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_BlueChannel [private]

Definition at line 105 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
ChannelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_GreenChannel [private]

Definition at line 104 of file itkCustomColormapFunction.h.

template<class TScalar , class TRGBPixel >
ChannelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_RedChannel [private]

Definition at line 103 of file itkCustomColormapFunction.h.


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