#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include <Inventor/SbColor.h>
#include "volmakecmap_cmd.h"
#include "debug.H"
Classes | |
class | ColorPallet |
Volume color pallet table. Similar to GMT CPT, but has differences. More... | |
Functions | |
bool | hsv2rgb (const float h, const float s, const float v, float &r, float &g, float &b) |
Use Coin/OpenInventor for converting Hue Saturation Value color to Red Green Blue color. | |
int | main (int argc, char *argv[]) |
Variables | |
int | debug_level = 0 |
The main program needs to define this as a non-extern. | |
static const UNUSED char * | RCSid = "$Id: volmakecmap.C,v 1.11 2004/11/03 00:42:36 schwehr Exp $" |
Let the debugger find out which version is being used. |
|
Use Coin/OpenInventor for converting Hue Saturation Value color to Red Green Blue color.
|
|
|
|
The main program needs to define this as a non-extern.
|
|
Let the debugger find out which version is being used.
|