ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkCustomColormapFunction.h>
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 itkCustomColormapFunction.h.
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
ChannelType | GetBlueChannel () const |
ChannelType | GetGreenChannel () const |
ChannelType | GetRedChannel () const |
virtual RGBPixelType | operator() (const TScalar &) const override |
void | SetBlueChannel (ChannelType blue) |
void | SetGreenChannel (ChannelType green) |
void | SetRedChannel (ChannelType red) |
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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) override |
virtual void | UnRegister () const noexceptoverride |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () 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 () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
CustomColormapFunction () | |
~CustomColormapFunction () | |
Protected Member Functions inherited from itk::Function::ColormapFunction< TScalar, TRGBPixel > | |
ColormapFunction () | |
~ColormapFunction () | |
RealType | RescaleInputValue (ScalarType v) const |
RGBComponentType | RescaleRGBComponentValue (RealType v) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const override |
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 | |
CustomColormapFunction (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ChannelType | m_BlueChannel |
ChannelType | m_GreenChannel |
ChannelType | m_RedChannel |
Additional Inherited Members | |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef std::vector< RealType > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::ChannelType |
Definition at line 62 of file itkCustomColormapFunction.h.
typedef SmartPointer< const Self > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::ConstPointer |
Definition at line 53 of file itkCustomColormapFunction.h.
typedef SmartPointer< Self > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::Pointer |
Definition at line 52 of file itkCustomColormapFunction.h.
typedef Superclass::RealType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::RealType |
Definition at line 60 of file itkCustomColormapFunction.h.
typedef Superclass::RGBPixelType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::RGBPixelType |
Definition at line 56 of file itkCustomColormapFunction.h.
typedef Superclass::ScalarType itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::ScalarType |
Definition at line 59 of file itkCustomColormapFunction.h.
typedef CustomColormapFunction itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::Self |
Definition at line 50 of file itkCustomColormapFunction.h.
typedef ColormapFunction< TScalar, TRGBPixel > itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::Superclass |
Definition at line 51 of file itkCustomColormapFunction.h.
|
inlineprotected |
Definition at line 97 of file itkCustomColormapFunction.h.
|
inlineprotected |
Definition at line 98 of file itkCustomColormapFunction.h.
|
private |
|
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.
|
inline |
Definition at line 91 of file itkCustomColormapFunction.h.
References itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_BlueChannel.
|
inline |
Definition at line 81 of file itkCustomColormapFunction.h.
References itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_GreenChannel.
|
inline |
Definition at line 71 of file itkCustomColormapFunction.h.
References itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_RedChannel.
|
static |
Method for creation through the object factory.
|
overridevirtual |
|
private |
|
inline |
Definition at line 86 of file itkCustomColormapFunction.h.
References itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_BlueChannel.
|
inline |
Definition at line 76 of file itkCustomColormapFunction.h.
References itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_GreenChannel.
|
inline |
Definition at line 66 of file itkCustomColormapFunction.h.
References itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::m_RedChannel.
|
private |
Definition at line 106 of file itkCustomColormapFunction.h.
Referenced by itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::GetBlueChannel(), and itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::SetBlueChannel().
|
private |
Definition at line 105 of file itkCustomColormapFunction.h.
Referenced by itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::GetGreenChannel(), and itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::SetGreenChannel().
|
private |
Definition at line 104 of file itkCustomColormapFunction.h.
Referenced by itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::GetRedChannel(), and itk::Function::CustomColormapFunction< TScalar, TRGBPixel >::SetRedChannel().