8#ifndef IS_BOUNDARY_EDGE_H
9#define IS_BOUNDARY_EDGE_H
26 const Eigen::PlainObjectBase<DerivedE> & E,
27 const Eigen::PlainObjectBase<DerivedF> & F,
28 Eigen::PlainObjectBase<DerivedB> & B);
39 const Eigen::PlainObjectBase<DerivedF> & F,
40 Eigen::PlainObjectBase<DerivedB> & B,
41 Eigen::PlainObjectBase<DerivedE> & E,
42 Eigen::PlainObjectBase<DerivedEMAP> & EMAP);
45#ifndef IGL_STATIC_LIBRARY
46# include "is_boundary_edge.cpp"
void is_boundary_edge(const Eigen::PlainObjectBase< DerivedE > &E, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedB > &B)
Determine for each edge E if it is a "boundary edge" in F.