9#ifndef IGL_COPYLEFT_CGAL_OUTER_VERTEX_H 
   10#define IGL_COPYLEFT_CGAL_OUTER_VERTEX_H 
   11#include "../../igl_inline.h" 
   39              const Eigen::PlainObjectBase<DerivedV> & V,
 
   40              const Eigen::PlainObjectBase<DerivedF> & F,
 
   41              const Eigen::PlainObjectBase<DerivedI> & I,
 
   43              Eigen::PlainObjectBase<DerivedA> & A);
 
   48#ifndef IGL_STATIC_LIBRARY 
   49#  include "outer_vertex.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void outer_vertex(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedI > &I, IndexType &v_index, Eigen::PlainObjectBase< DerivedA > &A)
Find a vertex that is reachable from infinite without crossing any faces.