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

#include <itkHSVColormapFunction.h>

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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef SmartPointer< SelfPointer
typedef Superclass::RealType RealType
typedef Superclass::RGBPixelType RGBPixelType
typedef Superclass::ScalarType ScalarType
typedef HSVColormapFunction Self
typedef ColormapFunction
< TScalar, TRGBPixel > 
Superclass
- Public Types inherited from itk::Function::ColormapFunction< TScalar, TRGBPixel >
typedef TRGBPixel::ComponentType RGBComponentType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual RGBPixelType operator() (const TScalar &) const
- Public Member Functions inherited from itk::Function::ColormapFunction< TScalar, TRGBPixel >
virtual ScalarType GetMaximumInputValue () const
virtual RGBComponentType GetMaximumRGBComponentValue () const
virtual ScalarType GetMinimumInputValue () const
virtual RGBComponentType GetMinimumRGBComponentValue () const
virtual const char * GetNameOfClass () const
virtual bool operator!= (const ColormapFunction &) const
virtual bool operator== (const ColormapFunction &other) const
virtual void SetMaximumInputValue (ScalarType _arg)
virtual void SetMaximumRGBComponentValue (RGBComponentType _arg)
virtual void SetMinimumInputValue (ScalarType _arg)
virtual void SetMinimumRGBComponentValue (RGBComponentType _arg)
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
unsigned long AddObserver (const EventObject &event, Command *) const
virtual void DebugOff () const
virtual void DebugOn () const
CommandGetCommand (unsigned long tag)
bool GetDebug () const
MetaDataDictionaryGetMetaDataDictionary (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual unsigned long GetMTime () const
virtual const TimeStampGetTimeStamp () const
bool HasObserver (const EventObject &event) const
void InvokeEvent (const EventObject &)
void InvokeEvent (const EventObject &) const
virtual void Modified () const
virtual void Register () const
void RemoveAllObservers ()
void RemoveObserver (unsigned long tag)
void SetDebug (bool debugFlag) const
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
virtual void SetReferenceCount (int)
virtual void UnRegister () const
- Public Member Functions inherited from itk::LightObject
virtual void Delete ()
virtual int GetReferenceCount () const
 itkCloneMacro (Self)
void Print (std::ostream &os, Indent indent=0) const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 HSVColormapFunction ()
 ~HSVColormapFunction ()
- Protected Member Functions inherited from itk::Function::ColormapFunction< TScalar, TRGBPixel >
 ColormapFunction ()
 ~ColormapFunction ()
RealType RescaleInputValue (ScalarType v) const
RGBComponentType RescaleRGBComponentValue (RealType v) const
void PrintSelf (std::ostream &os, Indent indent) const
- Protected Member Functions inherited from itk::Object
 Object ()
bool PrintObservers (std::ostream &os, Indent indent) const
virtual void SetTimeStamp (const TimeStamp &time)
virtual ~Object ()
- Protected Member Functions inherited from itk::LightObject
virtual LightObject::Pointer InternalClone () const
 LightObject ()
virtual void PrintHeader (std::ostream &os, Indent indent) const
virtual void PrintTrailer (std::ostream &os, Indent indent) const
virtual ~LightObject ()

Private Member Functions

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

Detailed Description

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

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

HSVColormapFunction.png
HSV colormap.
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 itkHSVColormapFunction.h.


Member Typedef Documentation

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

Smart pointer typedef support.

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

Definition at line 50 of file itkHSVColormapFunction.h.

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

Constructor & Destructor Documentation

template<class TScalar , class TRGBPixel >
itk::Function::HSVColormapFunction< TScalar, TRGBPixel >::HSVColormapFunction ( )
inlineprotected

Definition at line 65 of file itkHSVColormapFunction.h.

template<class TScalar , class TRGBPixel >
itk::Function::HSVColormapFunction< TScalar, TRGBPixel >::~HSVColormapFunction ( )
inlineprotected

Definition at line 66 of file itkHSVColormapFunction.h.

template<class TScalar , class TRGBPixel >
itk::Function::HSVColormapFunction< TScalar, TRGBPixel >::HSVColormapFunction ( const Self )
private

Member Function Documentation

template<class TScalar , class TRGBPixel >
virtual::itk::LightObject::Pointer itk::Function::HSVColormapFunction< 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 >
static Pointer itk::Function::HSVColormapFunction< TScalar, TRGBPixel >::New ( )
static

Method for creation through the object factory.

Reimplemented from itk::Object.

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

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

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


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