Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

Plot::HueColorLookup Template Class Reference

Fixed saturation and value; hue encodes magnitude. More...

#include <colorlookup.h>

Inheritance diagram for Plot::HueColorLookup

Inheritance graph

[legend]
Collaboration diagram for Plot::HueColorLookup:

Collaboration graph

[legend]
List of all members.

Public Methods

virtual ~HueColorLookup ()
 HueColorLookup (Bounded::Magnitude sat=1.0, Bounded::Magnitude val=1.0)
PixelType operator() (const Bounded::Magnitude mag) const
 Returns a Pixel given a magnitude in the range 0.0-1.0. More...


Detailed Description

template<class PixelType = Plot::RGBPixel<>> template class Plot::HueColorLookup

Fixed saturation and value; hue encodes magnitude.

Definition at line 55 of file colorlookup.h.


Constructor & Destructor Documentation

template<classPixelType = Plot::RGBPixel<>>
Plot::HueColorLookup<PixelType>::~HueColorLookup<PixelType> ( ) [inline, virtual]
 

Definition at line 57 of file colorlookup.h.

template<classPixelType = Plot::RGBPixel<>>
Plot::HueColorLookup<PixelType>::HueColorLookup<PixelType> ( Bounded::Magnitude sat = 1.0,
Bounded::Magnitude val = 1.0 )
 

Definition at line 58 of file colorlookup.h.


Member Function Documentation

template<classPixelType = Plot::RGBPixel<>>
PixelType Plot::HueColorLookup<PixelType>::operator() ( const Bounded::Magnitude mag ) const [inline, virtual]
 

Returns a Pixel given a magnitude in the range 0.0-1.0.

Reimplemented from Plot::ColorLookup.

Definition at line 61 of file colorlookup.h.


The documentation for this class was generated from the following file:
Generated at Mon Aug 21 00:31:18 2000 for RF-LISSOM by doxygen1.2.1 written by Dimitri van Heesch, © 1997-2000