#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <vector>
#include "vol_iv_cmd.h"
#include "debug.H"
#include <VolumeViz/nodes/SoTransferFunction.h>
Functions | |
SoTransferFunction::PredefColorMap | getPredefCmap (const int given, const char *cstr, bool &ok) |
Return the PredefColorMap from user input. Defaults to NONE. | |
SoTransferFunction::ColorMapType | getCmapType (const int cmaptype_given, const char *cmaptype_arg, bool &ok) |
Parse a string to find out what type of colormap. Defaults to RGBA. | |
bool | WriteColorMap (ofstream &o, const string &filename, SoTransferFunction::ColorMapType cmaptype) |
Read in a color map and check if it is ok. | |
int | main (int argc, char *argv[]) |
Variables | |
int | debug_level |
The main program needs to define this as a non-extern. | |
static const UNUSED char * | RCSid = "@(#) $Id: vol_iv.C,v 1.13 2004/11/03 00:42:36 schwehr Exp $" |
Let the debugger find out which version is being used. |
|
Parse a string to find out what type of colormap. Defaults to RGBA.
|
|
Return the PredefColorMap from user input. Defaults to NONE.
|
|
|
|
Read in a color map and check if it is ok.
|
|
The main program needs to define this as a non-extern.
|
|
Let the debugger find out which version is being used.
|