9#ifndef IGL_COPYLEFT_CGAL_OUTER_EDGE_H
10#define IGL_COPYLEFT_CGAL_OUTER_EDGE_H
11#include "../../igl_inline.h"
41 const Eigen::PlainObjectBase<DerivedV> & V,
42 const Eigen::PlainObjectBase<DerivedF> & F,
43 const Eigen::PlainObjectBase<DerivedI> & I,
46 Eigen::PlainObjectBase<DerivedA> & A);
52#ifndef IGL_STATIC_LIBRARY
53# include "outer_edge.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void outer_edge(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedI > &I, IndexType &v1, IndexType &v2, Eigen::PlainObjectBase< DerivedA > &A)
Find an edge that is reachable from infinity without crossing any faces.