#include "igl_inline.h"
#include <Eigen/Core>
#include <unordered_map>
#include "march_cube.cpp"
Go to the source code of this file.
|
template<typename DerivedGV , typename Scalar , typename Index , typename DerivedV , typename DerivedF > |
void | igl::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.
|
|