#include "../../igl_inline.h"
#include <Eigen/Core>
#include "peel_outer_hull_layers.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedI , typename Derivedflip > |
size_t | igl::copyleft::cgal::peel_outer_hull_layers (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< Derivedflip > &flip) |
| Computes necessary generic information for boolean operations by successively "peeling" off the "outer hull" of a mesh (V,F) resulting from "resolving" all (self-)intersections.
|
|