Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
is_edge_manifold.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include "is_edge_manifold.cpp"
+ Include dependency graph for is_edge_manifold.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 DerivedBF , typename DerivedE , typename DerivedEMAP , typename DerivedBE >
IGL_INLINE bool igl::is_edge_manifold (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedBF > &BF, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP, Eigen::PlainObjectBase< DerivedBE > &BE)
 
template<typename DerivedF >
IGL_INLINE bool igl::is_edge_manifold (const Eigen::MatrixBase< DerivedF > &F)