libigl v2.5.0
Loading...
Searching...
No Matches
extract_manifold_patches.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "extract_manifold_patches.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedEMAP , typename DeriveduEC , typename DeriveduEE , typename DerivedP >
size_t igl::extract_manifold_patches (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const Eigen::MatrixBase< DeriveduEC > &uEC, const Eigen::MatrixBase< DeriveduEE > &uEE, Eigen::PlainObjectBase< DerivedP > &P)
 Extract a set of maximal patches from a given mesh.
 
template<typename DerivedF , typename DerivedEMAP , typename uE2EType , typename DerivedP >
size_t igl::extract_manifold_patches (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const std::vector< std::vector< uE2EType > > &uE2E, Eigen::PlainObjectBase< DerivedP > &P)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
 
template<typename DerivedF , typename DerivedP >
size_t igl::extract_manifold_patches (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedP > &P)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.