libigl v2.5.0
Loading...
Searching...
No Matches
peel_winding_number_layers.h
Go to the documentation of this file.
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"
4#include <Eigen/Core>
5
6namespace igl {
7 namespace copyleft {
8 namespace cgal {
14 template<
15 typename DerivedV,
16 typename DerivedF,
17 typename DerivedW >
19 const Eigen::PlainObjectBase<DerivedV > & V,
20 const Eigen::PlainObjectBase<DerivedF > & F,
21 Eigen::PlainObjectBase<DerivedW>& W);
22 }
23 }
24}
25
26#ifndef IGL_STATIC_LIBRARY
27# include "peel_winding_number_layers.cpp"
28#endif
29#endif
#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.
Definition AABB.h:17