ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkSummerColormapFunction.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Superclass::RealType | RealType |
typedef Superclass::RGBPixelType | RGBPixelType |
typedef Superclass::ScalarType | ScalarType |
typedef SummerColormapFunction | Self |
typedef ColormapFunction < TScalar, TRGBPixel > | Superclass |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual RGBPixelType | operator() (const TScalar &) const |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
SummerColormapFunction () | |
~SummerColormapFunction () | |
Private Member Functions | |
void | operator= (const Self &) |
SummerColormapFunction (const Self &) |
Function object which maps a scalar value into an RGB colormap value.
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 itkSummerColormapFunction.h.
typedef SmartPointer< const Self > itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::ConstPointer |
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 53 of file itkSummerColormapFunction.h.
typedef SmartPointer< Self > itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::Pointer |
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 52 of file itkSummerColormapFunction.h.
typedef Superclass::RealType itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::RealType |
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 60 of file itkSummerColormapFunction.h.
typedef Superclass::RGBPixelType itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::RGBPixelType |
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 56 of file itkSummerColormapFunction.h.
typedef Superclass::ScalarType itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::ScalarType |
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 59 of file itkSummerColormapFunction.h.
typedef SummerColormapFunction itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::Self |
Smart pointer typedef support.
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 50 of file itkSummerColormapFunction.h.
typedef ColormapFunction< TScalar, TRGBPixel > itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::Superclass |
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.
Definition at line 51 of file itkSummerColormapFunction.h.
itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::SummerColormapFunction | ( | ) | [inline, protected] |
Definition at line 65 of file itkSummerColormapFunction.h.
itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::~SummerColormapFunction | ( | ) | [inline, protected] |
Definition at line 66 of file itkSummerColormapFunction.h.
itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::SummerColormapFunction | ( | const Self & | ) | [private] |
virtual::itk::LightObject::Pointer itk::Function::SummerColormapFunction< 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.
static Pointer itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::Object.
virtual RGBPixelType itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::operator() | ( | const TScalar & | ) | const [virtual] |
void itk::Function::SummerColormapFunction< TScalar, TRGBPixel >::operator= | ( | const Self & | ) | [private] |
Map [min, max] input values to [0, 1].
Reimplemented from itk::Function::ColormapFunction< TScalar, TRGBPixel >.