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

Plot::SaturationColorLookup Template Class Reference

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

#include <colorlookup.h>

Inheritance diagram for Plot::SaturationColorLookup

Inheritance graph

[legend]
Collaboration diagram for Plot::SaturationColorLookup:

Collaboration graph

[legend]
List of all members.

Public Methods

virtual ~SaturationColorLookup ()
 SaturationColorLookup (Bounded::Magnitude hue=0.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::SaturationColorLookup

Fixed saturation and value; hue encodes magnitude.

Definition at line 72 of file colorlookup.h.


Constructor & Destructor Documentation

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

Definition at line 74 of file colorlookup.h.

template<classPixelType = Plot::RGBPixel<>>
Plot::SaturationColorLookup<PixelType>::SaturationColorLookup<PixelType> ( Bounded::Magnitude hue = 0.0,
Bounded::Magnitude val = 1.0 )
 

Definition at line 75 of file colorlookup.h.


Member Function Documentation

template<classPixelType = Plot::RGBPixel<>>
PixelType Plot::SaturationColorLookup<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 78 of file colorlookup.h.


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