8#ifndef IGL_MARCH_CUBE_H
9#define IGL_MARCH_CUBE_H
12#include <unordered_map>
38 const Eigen::Matrix<Scalar,8,1> & cS,
39 const Eigen::Matrix<Index,8,1> & cI,
40 const Scalar & isovalue,
41 Eigen::PlainObjectBase<DerivedV> &V,
43 Eigen::PlainObjectBase<DerivedF> &F,
45 std::unordered_map<int64_t,int> & E2V);
48#ifndef IGL_STATIC_LIBRARY
49# include "march_cube.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void march_cube(const DerivedGV &GV, const Eigen::Matrix< Scalar, 8, 1 > &cS, const Eigen::Matrix< Index, 8, 1 > &cI, const Scalar &isovalue, Eigen::PlainObjectBase< DerivedV > &V, Index &n, Eigen::PlainObjectBase< DerivedF > &F, Index &m, std::unordered_map< int64_t, int > &E2V)
Process a single cube of a marching cubes grid.