8#ifndef IGL_MARCH_CUBE_H
9#define IGL_MARCH_CUBE_H
12#include <unordered_map>
39 const Eigen::Matrix<Scalar,8,1> & cS,
40 const Eigen::Matrix<Index,8,1> & cI,
41 const Scalar & isovalue,
42 Eigen::PlainObjectBase<DerivedV> &V,
44 Eigen::PlainObjectBase<DerivedF> &F,
46 std::unordered_map<std::int64_t,int> & E2V);
49#ifndef IGL_STATIC_LIBRARY
50# 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< std::int64_t, int > &E2V)
Process a single cube of a marching cubes grid.