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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedEMAP , typename uE2EType , typename DerivedP >
IGL_INLINE size_t igl::extract_manifold_patches (const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedEMAP > &EMAP, const std::vector< std::vector< uE2EType > > &uE2E, Eigen::PlainObjectBase< DerivedP > &P)
 
template<typename DerivedF , typename DerivedP >
IGL_INLINE size_t igl::extract_manifold_patches (const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedP > &P)