Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
marching_cubes.h File Reference
#include "../igl_inline.h"
#include <Eigen/Core>
#include "marching_cubes.cpp"
+ Include dependency graph for marching_cubes.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 

Functions

template<typename Derivedvalues , typename Derivedpoints , typename Derivedvertices , typename DerivedF >
IGL_INLINE void igl::copyleft::marching_cubes (const Eigen::PlainObjectBase< Derivedvalues > &values, const Eigen::PlainObjectBase< Derivedpoints > &points, const unsigned x_res, const unsigned y_res, const unsigned z_res, Eigen::PlainObjectBase< Derivedvertices > &vertices, Eigen::PlainObjectBase< DerivedF > &faces)