8#ifndef IGL_COPYLEFT_CGAL_OUTER_HULL_LEGACY_H 
    9#define IGL_COPYLEFT_CGAL_OUTER_HULL_LEGACY_H 
   10#include "../../igl_inline.h" 
   44        const Eigen::PlainObjectBase<DerivedV> & V,
 
   45        const Eigen::PlainObjectBase<DerivedF> & F,
 
   46        Eigen::PlainObjectBase<DerivedG> & G,
 
   47        Eigen::PlainObjectBase<DerivedJ> & J,
 
   48        Eigen::PlainObjectBase<Derivedflip> & flip);
 
   53#ifndef IGL_STATIC_LIBRARY 
   54#  include "outer_hull_legacy.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void outer_hull_legacy(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedG > &G, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< Derivedflip > &flip)
Compute the "outer hull" of a potentially non-manifold mesh (V,F) whose intersections have been "reso...