libigl v2.5.0
Loading...
Searching...
No Matches
component_inside_component.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "component_inside_component.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 
namespace  igl::copyleft
 
namespace  igl::copyleft::cgal
 

Functions

template<typename DerivedV , typename DerivedF , typename DerivedI >
bool igl::copyleft::cgal::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, F2, I2).
 
template<typename DerivedV , typename DerivedF >
bool igl::copyleft::cgal::component_inside_component (const Eigen::PlainObjectBase< DerivedV > &V1, const Eigen::PlainObjectBase< DerivedF > &F1, const Eigen::PlainObjectBase< DerivedV > &V2, const Eigen::PlainObjectBase< DerivedF > &F2)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.