IsoEx
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Modules Pages
Classes | Functions
Extraction Algorithms

Classes

class  IsoEx::ExtendedMarchingCubesT< Mesh, Grid >
 
class  IsoEx::MarchingCubesT< Mesh, Grid >
 

Functions

template<class Mesh , class Grid >
void IsoEx::extended_marching_cubes (const Grid &_grid, Mesh &_mesh, double _feature_angle)
 
template<class Mesh , class Grid >
void IsoEx::marching_cubes (const Grid &_grid, Mesh &_mesh, float _iso=0.0)
 

Detailed Description

This group holds the different algorithms used for isosurface extraction.

Function Documentation

template<class Mesh , class Grid >
void IsoEx::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 , class Grid >
void IsoEx::marching_cubes ( const Grid &  _grid,
Mesh &  _mesh,
float  _iso = 0.0 
)

Convenience wrapper for the Marching Cubes algorithm.

See also
IsoEx::MarchingCubesT