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. |
|
Convenience wrapper for the Extended Marching Cubes algorithm.
|
|
Convenience wrapper for the Marching Cubes algorithm.
|