1#ifndef IGL_COPYLEFT_CGAL_PEEL_WINDING_NUMBER_LAYERS_H
2#define IGL_COPYLEFT_CGAL_PEEL_WINDING_NUMBER_LAYERS_H
3#include "../../igl_inline.h"
19 const Eigen::PlainObjectBase<DerivedV > & V,
20 const Eigen::PlainObjectBase<DerivedF > & F,
21 Eigen::PlainObjectBase<DerivedW>& W);
26#ifndef IGL_STATIC_LIBRARY
27# include "peel_winding_number_layers.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
size_t peel_winding_number_layers(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedW > &W)
Peel Winding number layers from a mesh.