Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
unique_edge_map.h File Reference
#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "unique_edge_map.cpp"
+ Include dependency graph for unique_edge_map.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename DerivedF , typename DerivedE , typename DeriveduE , typename DerivedEMAP , typename uE2EType >
IGL_INLINE void igl::unique_edge_map (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DeriveduE > &uE, Eigen::PlainObjectBase< DerivedEMAP > &EMAP, std::vector< std::vector< uE2EType > > &uE2E)