MarchingCubes.cpp File Reference
Marching Cubes is a well-known algorithm for generating a polygonal approximation to an isosurface defined over a scalar field. This class is a fairly standard implementation of Marching Cubes in 3D that generates triangular meshes as output. More...
#include "MarchingCubes.h"
#include "Mesh.h"
#include "MarchingCubesData.inl"
Go to the source code of this file.
Functions | |
| DECLARE_STL_TYPEDEF2 (std::map< unsigned, unsigned >, VertexIDMap) | |
Detailed Description
Marching Cubes is a well-known algorithm for generating a polygonal approximation to an isosurface defined over a scalar field. This class is a fairly standard implementation of Marching Cubes in 3D that generates triangular meshes as output.
- Date:
- Spring 2008
Definition in file MarchingCubes.cpp.
Function Documentation
| DECLARE_STL_TYPEDEF2 | ( | std::map< unsigned, unsigned > | , | |
| VertexIDMap | ||||
| ) |
Generated on 28 Feb 2009 for Milton by
1.5.6