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

Plot::SingleColorLookup Template Class Reference

Returns a single fixed color. More...

#include <colorlookup.h>

Inheritance diagram for Plot::SingleColorLookup

Inheritance graph

[legend]
Collaboration diagram for Plot::SingleColorLookup:

Collaboration graph

[legend]
List of all members.

Public Methods

virtual ~SingleColorLookup ()
 SingleColorLookup (Bounded::Magnitude hue=1.0, Bounded::Magnitude sat=0.0, Bounded::Magnitude val=1.0)
PixelType operator() (const Bounded::Magnitude) 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::SingleColorLookup

Returns a single fixed color.

Definition at line 38 of file colorlookup.h.


Constructor & Destructor Documentation

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

Definition at line 40 of file colorlookup.h.

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

Definition at line 41 of file colorlookup.h.


Member Function Documentation

template<classPixelType = Plot::RGBPixel<>>
PixelType Plot::SingleColorLookup<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 44 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