libigl v2.5.0
Loading...
Searching...
No Matches
extract_cells_single_component.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "extract_cells_single_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 DerivedP , typename DeriveduE , typename DeriveduEC , typename DeriveduEE , typename DerivedC >
int igl::copyleft::cgal::extract_cells_single_component (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< DeriveduE > &uE, const Eigen::PlainObjectBase< DeriveduEC > &uEC, const Eigen::PlainObjectBase< DeriveduEE > &uEE, Eigen::PlainObjectBase< DerivedC > &cells)
 Extract connected 3D space partitioned by mesh (V,F) composed of possibly multiple components (the name of this function is dubious).