8#ifndef IGL_COPYLEFT_CGAL_POINTS_INSIDE_COMPONENTS 
    9#define IGL_COPYLEFT_CGAL_POINTS_INSIDE_COMPONENTS 
   11#include "../../igl_inline.h" 
   41        const Eigen::PlainObjectBase<DerivedV>& V,
 
   42        const Eigen::PlainObjectBase<DerivedF>& F,
 
   43        const Eigen::PlainObjectBase<DerivedI>& I,
 
   44        const Eigen::PlainObjectBase<DerivedP>& P,
 
   45        Eigen::PlainObjectBase<DerivedB>& inside);
 
   53          const Eigen::PlainObjectBase<DerivedV>& V,
 
   54          const Eigen::PlainObjectBase<DerivedF>& F,
 
   55          const Eigen::PlainObjectBase<DerivedP>& P,
 
   56          Eigen::PlainObjectBase<DerivedB>& inside);
 
   61#ifndef IGL_STATIC_LIBRARY 
   62#include "points_inside_component.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void points_inside_component(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedI > &I, const Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedB > &inside)
Determine if queries points P are inside of connected facet component (V, F, I), where I indicates a ...