MarchingCubes.hpp File Reference
#include <Core/Array/ArrayView.hpp>#include <Core/Geometry/TriangleMesh3.hpp>#include <Core/Matrix/Matrix.hpp>Go to the source code of this file.
Namespaces | |
| CubbyFlow | |
Functions | |
| void | CubbyFlow::MarchingCubes (const ConstArrayView3< double > &grid, const Vector3D &gridSize, const Vector3D &origin, TriangleMesh3 *mesh, double isoValue=0, int bndClose=DIRECTION_ALL, int bndConnectivity=DIRECTION_NONE) |
| Computes marching cubes and extract triangle mesh from grid. More... | |
1.8.13