#include <cassert>
#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <iomanip>
#include <fstream>
#include <string>
#include <vector>
#include "xyz_iv_cmd.h"
#include "debug.H"
Functions | |
bool | LoadData (const string filename, vector< float > &x, vector< float > &y, vector< float > &z) |
load ascii whitespace delimited text xyz into vectors. | |
bool | Color (ofstream &o, const string &color_str) |
bool | Boxes (ofstream &o, const vector< float > &x, const vector< float > &y, const vector< float > &z, const float w) |
Write out a small box at each point. | |
bool | Spheres (ofstream &o, const vector< float > &x, const vector< float > &y, const vector< float > &z, const float r) |
Write out a small sphere at each point. | |
bool | Linked (ofstream &o, const vector< float > &x, const vector< float > &y, const vector< float > &z) |
Use SoLineSet to connect the dots. | |
bool | PolarLines (ofstream &o, const vector< float > &x, const vector< float > &y, const vector< float > &z) |
Use SoLineSet to connect the dots. | |
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: xyz_iv.C,v 1.7 2004/11/03 00:42:36 schwehr Exp $" |
Let the debugger find out which version is being used. |
|
Write out a small box at each point.
|
|
|
|
Use SoLineSet to connect the dots.
|
|
load ascii whitespace delimited text xyz into vectors.
|
|
|
|
Use SoLineSet to connect the dots.
|
|
Write out a small sphere at each point.
Complexity { value .10 } |
|
The main program needs to define this as a non-extern.
|
|
Let the debugger find out which version is being used.
|