#include "igl_inline.h"
#include <Eigen/Core>
#include "edges_to_path.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedE , typename DerivedI , typename DerivedJ , typename DerivedK >  | 
| void  | igl::edges_to_path (const Eigen::MatrixBase< DerivedE > &E, Eigen::PlainObjectBase< DerivedI > &I, Eigen::PlainObjectBase< DerivedJ > &J, Eigen::PlainObjectBase< DerivedK > &K) | 
|   | Given a set of undirected, unique edges such that all form a single connected compoent with exactly 0 or 2 nodes with valence =1, determine the/a path visiting all nodes.  
  | 
|   |