Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
is_boundary_edge.h File Reference
#include <Eigen/Dense>
#include "is_boundary_edge.cpp"
+ Include dependency graph for is_boundary_edge.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 DerivedE , typename DerivedB >
void igl::is_boundary_edge (const Eigen::PlainObjectBase< DerivedE > &E, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedB > &B)
 
template<typename DerivedF , typename DerivedE , typename DerivedB , typename DerivedEMAP >
void igl::is_boundary_edge (const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedB > &B, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedEMAP > &EMAP)