#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "edge_topology.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedV , typename DerivedF , typename DerivedE >  | 
| void  | igl::edge_topology (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedE > &EV, Eigen::PlainObjectBase< DerivedE > &FE, Eigen::PlainObjectBase< DerivedE > &EF) | 
|   | Initialize Edges and their topological relations (assumes an edge-manifold mesh).  
  | 
|   |