9#ifndef IGL_COPYLEFT_CGAL_EXTRACT_CELLS_H
10#define IGL_COPYLEFT_CGAL_EXTRACT_CELLS_H
12#include "../../igl_inline.h"
45 const Eigen::PlainObjectBase<DerivedV>& V,
46 const Eigen::PlainObjectBase<DerivedF>& F,
47 const Eigen::PlainObjectBase<DerivedP>& P,
48 const Eigen::PlainObjectBase<DeriveduE>& uE,
49 const Eigen::PlainObjectBase<DerivedEMAP>& EMAP,
50 const Eigen::PlainObjectBase<DeriveduEC>& uEC,
51 const Eigen::PlainObjectBase<DeriveduEE>& uEE,
52 Eigen::PlainObjectBase<DerivedC>& cells);
59 const Eigen::PlainObjectBase<DerivedV>& V,
60 const Eigen::PlainObjectBase<DerivedF>& F,
61 Eigen::PlainObjectBase<DerivedC>& cells);
66#ifndef IGL_STATIC_LIBRARY
67# include "extract_cells.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
size_t extract_cells(const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, const Eigen::PlainObjectBase< DerivedP > &P, const Eigen::PlainObjectBase< DeriveduE > &uE, const Eigen::PlainObjectBase< DerivedEMAP > &EMAP, const Eigen::PlainObjectBase< DeriveduEC > &uEC, const Eigen::PlainObjectBase< DeriveduEE > &uEE, Eigen::PlainObjectBase< DerivedC > &cells)
Extract connected 3D space partitioned by mesh (V, F).