8#ifndef IGL_COPYLEFT_CGAL_PEEL_OUTER_HULL_LAYERS_H
9#define IGL_COPYLEFT_CGAL_PEEL_OUTER_HULL_LAYERS_H
10#include "../../igl_inline.h"
34 const Eigen::PlainObjectBase<DerivedV > & V,
35 const Eigen::PlainObjectBase<DerivedF > & F,
36 Eigen::PlainObjectBase<DerivedI > & I,
37 Eigen::PlainObjectBase<Derivedflip > & flip);
42#ifndef IGL_STATIC_LIBRARY
43# include "peel_outer_hull_layers.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
size_t peel_outer_hull_layers(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< Derivedflip > &flip)
Computes necessary generic information for boolean operations by successively "peeling" off the "oute...