|
IsoEx
|
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) |
This group holds the different algorithms used for isosurface extraction.
| void IsoEx::extended_marching_cubes | ( | const Grid & | _grid, |
| Mesh & | _mesh, | ||
| double | _feature_angle | ||
| ) |
Convenience wrapper for the Extended Marching Cubes algorithm.
| void IsoEx::marching_cubes | ( | const Grid & | _grid, |
| Mesh & | _mesh, | ||
| float | _iso = 0.0 |
||
| ) |
Convenience wrapper for the Marching Cubes algorithm.
1.8.8