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

ColorMap Class Reference

#include <colormap.h>

List of all members.

Public Methods

 ColorMap (const char *_type, int scaletype=COLORMAP_LINEAR_SCALE)
 ColorMap (double _min, double _max, int scaletype=COLORMAP_LINEAR_SCALE)
 ColorMap (const char *_type, double _min, double _max, int scaletype=COLORMAP_LINEAR_SCALE)
 ~ColorMap ()
void SetLogScale ()
void SetType (const char *_type)
void SetRange (double _min, double _max)
void SetRange (const char *_type, double _min, double _max)
void GetRGB (float *r, float *g, float *b, double val)
void GetRGB (float rgb[3], double val)
void SetRGB (double val)


Constructor & Destructor Documentation

ColorMap::ColorMap const char *    _type,
int    scaletype = COLORMAP_LINEAR_SCALE
 

ColorMap::ColorMap double    _min,
double    _max,
int    scaletype = COLORMAP_LINEAR_SCALE
 

ColorMap::ColorMap const char *    _type,
double    _min,
double    _max,
int    scaletype = COLORMAP_LINEAR_SCALE
 

ColorMap::~ColorMap  
 


Member Function Documentation

void ColorMap::GetRGB float    rgb[3],
double    val
 

void ColorMap::GetRGB float *    r,
float *    g,
float *    b,
double    val
 

void ColorMap::SetLogScale  
 

void ColorMap::SetRange const char *    _type,
double    _min,
double    _max
 

void ColorMap::SetRange double    _min,
double    _max
 

void ColorMap::SetRGB double    val
 

void ColorMap::SetType const char *    _type
 


The documentation for this class was generated from the following files:
Generated on Sun Jun 16 17:36:44 2002 for Anirudh's Vortex-Wake Simulation Code by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001