MarchingCubes.h File Reference
#include <Core/Array/ArrayAccessor3.h>
#include <Core/Geometry/TriangleMesh3.h>
#include <Core/Vector/Vector3.h>
Go to the source code of this file.
Namespaces | |
CubbyFlow | |
Functions | |
void | CubbyFlow::MarchingCubes (const ConstArrayAccessor3< double > &grid, const Vector3D &gridSize, const Vector3D &origin, TriangleMesh3 *mesh, double isoValue=0, int bndFlag=DIRECTION_ALL) |
Computes marching cubes and extract triangle mesh from grid. More... | |