iRoCS Toolbox  1.1.0
Data Structures | Namespaces
MarchingCubes.hh File Reference

The marching cubes algorithm to convert the zero levelset of a 3D function into a polygon mesh. More...

#include <config.hh>
#include <blitz/array.h>
#include <vector>
#include <set>
#include "Array.hh"
#include "SurfaceGeometry.hh"
#include "Neighborhood.hh"
#include "MarchingCubes.icc"
Include dependency graph for MarchingCubes.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  atb::MarchingCubes
 The MarchingCubes class provides the Marching Cubes Algorithm for isosurface tesselation of real scalar volume data. More...
 

Namespaces

 atb
 

Detailed Description

The marching cubes algorithm to convert the zero levelset of a 3D function into a polygon mesh.

Definition in file MarchingCubes.hh.