Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members

Extraction Algorithms

This group holds the different algorithms used for isosurface extraction. More...

Classes

class  ExtendedMarchingCubesT
 This class implements the Extended Marching Cubes of Kobbelt et al, Siggraph 2001. More...

class  MarchingCubesT
 This class implements the well known Marching Cubes algorithm. More...


Functions

template<class Mesh> void IsoEx::extended_marching_cubes (const Grid &_grid, Mesh &_mesh, double _feature_angle)
 Convenience wrapper for the Extended Marching Cubes algorithm.

template<class Mesh> void IsoEx::marching_cubes (const Grid &_grid, Mesh &_mesh)
 Convenience wrapper for the Marching Cubes algorithm.


Detailed Description

This group holds the different algorithms used for isosurface extraction.


Function Documentation

template<class Mesh>
void extended_marching_cubes const Grid &  _grid,
Mesh &  _mesh,
double  _feature_angle
 

Convenience wrapper for the Extended Marching Cubes algorithm.

See also:
IsoEx::ExtendedMarchingCubesT

template<class Mesh>
void marching_cubes const Grid &  _grid,
Mesh &  _mesh
 

Convenience wrapper for the Marching Cubes algorithm.

See also:
IsoEx::MarchingCubesT


Generated on Mon Jul 5 18:07:08 2004 for IsoEx by doxygen 1.3.6-20040222