8#ifndef IGL_COPYLEFT_CGAL_PEEL_OUTER_HULL_LAYERS_H
9#define IGL_COPYLEFT_CGAL_PEEL_OUTER_HULL_LAYERS_H
34 const Eigen::MatrixBase<DerivedV > & V,
35 const Eigen::MatrixBase<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
int peel_outer_hull_layers(const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< Derivedflip > &flip)
Computes necessary generic information for boolean operations by successively "peeling" off the "oute...