8#ifndef IGL_COPYLEFT_CGAL_PIECEWISE_CONSTANT_WINDING_NUMBER_H 
    9#define IGL_COPYLEFT_CGAL_PIECEWISE_CONSTANT_WINDING_NUMBER_H 
   10#include "../../igl_inline.h" 
   30        const Eigen::PlainObjectBase<DerivedV> & V,
 
   31        const Eigen::PlainObjectBase<DerivedF>& F);
 
   35#ifndef IGL_STATIC_LIBRARY 
   36#  include "piecewise_constant_winding_number.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool piecewise_constant_winding_number(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F)
Determine if a given mesh induces a piecewise constant winding number field: Is this mesh valid input...