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

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedEMAP , typename uE2EType >
void igl::extract_non_manifold_edge_curves (const Eigen::MatrixBase< DerivedF > &F, const Eigen::MatrixBase< DerivedEMAP > &EMAP, const std::vector< std::vector< uE2EType > > &uE2E, std::vector< std::vector< size_t > > &curves)
 Extract non-manifold curves from a given mesh.