An Implementation of the Marching Cubes Algorithm  1.0
File List
Here is a list of all documented files with brief descriptions:
3dvector.hpp [code]This file contains the definition of a class for vectors in 3D
exceptionobject.hpp [code]This file contains the definition of a class for handling exceptions
grid.cpp [code]This file contains the implementation of a class that represents a 3D cubic grid
grid.hpp [code]This file contains the definition of a class that represents a 3D cubic grid
surfbuilder.cpp [code]This file contains the implementation of the methods of a class for computing a simplicial approximation for an implicitly defined surface using the Marching Cubes algorithm
surfbuilder.hpp [code]This file contains the definition of a class for computing a simplicial approximation for an implicitly defined surface using the Marching Cubes algorithm
tst-stdmc.cpp [code]A driver to test the implementation of the MC algorithm