Tools for CS458

The Visualization Toolkit (vtk) version 2.0 can be found on cx01.sod.cc.ndsu.nodak.edu:~juell/vtk2.0 You will log into any of the sod cluster (cx02 to cx15) and then find the vtk information by

cd ~juell/vtk2.0

To build and use a vtk directory in your space do the following:

mkdir vtk
cd vtk
cp ~juell/vtk2.0/* .
make Cube
Cube
You can then build and compile a file called temp.cc. Edit or create the temp.cc file and compile it by make temp PLJ 9/8/96