IsoEx
|
#include <IsoEx/Extractors/MarchingCubesT.hh>
Public Member Functions | |
MarchingCubesT (const Grid &_grid, Mesh &_mesh, float _iso=0.0, const std::string &_vprop_v2edge="") | |
This class implements the well known Marching Cubes algorithm. The 0-level iso-surface is extracted in the constructor. Use it through the convenience function IsoEx::marching_cubes() .