9#ifndef IGL_COPYLEFT_CGAL_EXTRACT_CELLS_SINGLE_COMPONENT_H
10#define IGL_COPYLEFT_CGAL_EXTRACT_CELLS_SINGLE_COMPONENT_H
44 const Eigen::MatrixBase<DerivedV>& V,
45 const Eigen::MatrixBase<DerivedF>& F,
46 const Eigen::MatrixBase<DerivedP>& P,
47 const Eigen::MatrixBase<DeriveduE>& uE,
48 const Eigen::MatrixBase<DeriveduEC>& uEC,
49 const Eigen::MatrixBase<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::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DeriveduE > &uE, const Eigen::MatrixBase< DeriveduEC > &uEC, const Eigen::MatrixBase< DeriveduEE > &uEE, Eigen::PlainObjectBase< DerivedC > &cells)
Extract connected 3D space partitioned by mesh (V,F) composed of possibly multiple components (the na...