#include "igl_inline.h"
#include <Eigen/Dense>
#include <vector>
#include "unique_edge_map.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedF , typename DerivedE , typename DeriveduE , typename DerivedEMAP , typename uE2EType >  | 
| 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) | 
|   | Construct relationships between facet "half"-(or rather "viewed")-edges E to unique edges of the mesh seen as a graph.  
  | 
|   | 
| template<typename DerivedF , typename DerivedE , typename DeriveduE , typename DerivedEMAP >  | 
| void  | igl::unique_edge_map (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DeriveduE > &uE, Eigen::PlainObjectBase< DerivedEMAP > &EMAP) | 
|   | 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 DerivedE , typename DeriveduE , typename DerivedEMAP , typename DeriveduEC , typename DeriveduEE >  | 
| void  | igl::unique_edge_map (const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &E, Eigen::PlainObjectBase< DeriveduE > &uE, Eigen::PlainObjectBase< DerivedEMAP > &EMAP, Eigen::PlainObjectBase< DeriveduEC > &uEC, Eigen::PlainObjectBase< DeriveduEE > &uEE) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |