ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
itk::Function::AutumnColormapFunction< TScalar, TRGBPixel > Class Template Reference

#include <itkAutumnColormapFunction.h>

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

Detailed Description

template<class TScalar, class TRGBPixel>
class itk::Function::AutumnColormapFunction< 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
AutumnColormapFunction.png
Autumn colormap.

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 44 of file itkAutumnColormapFunction.h.

Public Types

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

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 ModifiedTimeType 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

 AutumnColormapFunction ()
 
 ~AutumnColormapFunction ()
 
- 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

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

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

template<class TScalar , class TRGBPixel >
typedef SmartPointer< const Self > itk::Function::AutumnColormapFunction< TScalar, TRGBPixel >::ConstPointer

Definition at line 52 of file itkAutumnColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef SmartPointer< Self > itk::Function::AutumnColormapFunction< TScalar, TRGBPixel >::Pointer

Definition at line 51 of file itkAutumnColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef Superclass::RealType itk::Function::AutumnColormapFunction< TScalar, TRGBPixel >::RealType

Definition at line 59 of file itkAutumnColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef Superclass::RGBPixelType itk::Function::AutumnColormapFunction< TScalar, TRGBPixel >::RGBPixelType

Definition at line 55 of file itkAutumnColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef Superclass::ScalarType itk::Function::AutumnColormapFunction< TScalar, TRGBPixel >::ScalarType

Definition at line 58 of file itkAutumnColormapFunction.h.

template<class TScalar , class TRGBPixel >
typedef AutumnColormapFunction itk::Function::AutumnColormapFunction< TScalar, TRGBPixel >::Self

Definition at line 49 of file itkAutumnColormapFunction.h.

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

Definition at line 50 of file itkAutumnColormapFunction.h.

Constructor & Destructor Documentation

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

Definition at line 64 of file itkAutumnColormapFunction.h.

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

Definition at line 65 of file itkAutumnColormapFunction.h.

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

Member Function Documentation

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

Method for creation through the object factory.

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

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