8#ifndef IGL_COPYLEFT_CGAL_COMONENT_INSIDE_COMPONENT
9#define IGL_COPYLEFT_CGAL_COMONENT_INSIDE_COMPONENT
11#include "../../igl_inline.h"
34 template<
typename DerivedV,
typename DerivedF,
typename DerivedI>
36 const Eigen::PlainObjectBase<DerivedV>& V1,
37 const Eigen::PlainObjectBase<DerivedF>& F1,
38 const Eigen::PlainObjectBase<DerivedI>& I1,
39 const Eigen::PlainObjectBase<DerivedV>& V2,
40 const Eigen::PlainObjectBase<DerivedF>& F2,
41 const Eigen::PlainObjectBase<DerivedI>& I2);
43 template<
typename DerivedV,
typename DerivedF>
45 const Eigen::PlainObjectBase<DerivedV>& V1,
46 const Eigen::PlainObjectBase<DerivedF>& F1,
47 const Eigen::PlainObjectBase<DerivedV>& V2,
48 const Eigen::PlainObjectBase<DerivedF>& F2);
53#ifndef IGL_STATIC_LIBRARY
54#include "component_inside_component.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
bool component_inside_component(const Eigen::PlainObjectBase< DerivedV > &V1, const Eigen::PlainObjectBase< DerivedF > &F1, const Eigen::PlainObjectBase< DerivedI > &I1, const Eigen::PlainObjectBase< DerivedV > &V2, const Eigen::PlainObjectBase< DerivedF > &F2, const Eigen::PlainObjectBase< DerivedI > &I2)
Determine if connected facet component (V1, F1, I1) is inside of connected facet component (V2,...