libigl v2.5.0
Loading...
Searching...
No Matches
extract_cells.h File Reference
#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "extract_cells.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 DerivedEMAP, typename DeriveduEC, typename DeriveduEE, typename DerivedC>
size_t igl::copyleft::cgal::extract_cells (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DeriveduE > &uE, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DeriveduEC > &uEC, const Eigen::MatrixBase< DeriveduEE > &uEE, Eigen::PlainObjectBase< DerivedC > &cells)
 Extract connected 3D space partitioned by mesh (V, F).
template<typename DerivedV, typename DerivedF, typename DerivedC>
size_t igl::copyleft::cgal::extract_cells (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedC > &cells)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.