9#ifndef IGL_COPYLEFT_CGAL_EXTRACT_CELLS_SINGLE_COMPONENT_H
10#define IGL_COPYLEFT_CGAL_EXTRACT_CELLS_SINGLE_COMPONENT_H
12#include "../../igl_inline.h"
44 const Eigen::PlainObjectBase<DerivedV>& V,
45 const Eigen::PlainObjectBase<DerivedF>& F,
46 const Eigen::PlainObjectBase<DerivedP>& P,
47 const Eigen::PlainObjectBase<DeriveduE>& uE,
48 const Eigen::PlainObjectBase<DeriveduEC>& uEC,
49 const Eigen::PlainObjectBase<DeriveduEE>& uEE,
50 Eigen::PlainObjectBase<DerivedC>& cells);
55#ifndef IGL_STATIC_LIBRARY
56# include "extract_cells_single_component.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
int 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 na...