Jet  v1.3.3
Namespaces | Functions
marching_cubes.h File Reference
#include <jet/array_accessor3.h>
#include <jet/constants.h>
#include <jet/triangle_mesh3.h>

Go to the source code of this file.

Namespaces

 jet
 

Functions

void jet::marchingCubes (const ConstArrayAccessor3< double > &grid, const Vector3D &gridSize, const Vector3D &origin, TriangleMesh3 *mesh, double isoValue=0, int bndClose=kDirectionAll, int bndConnectivity=kDirectionNone)
 Computes marching cubes and extract triangle mesh from grid. More...