1#ifndef IGL_EDGES_TO_PATH_H 
    2#define IGL_EDGES_TO_PATH_H 
   26    const Eigen::MatrixBase<DerivedE> & E,
 
   27    Eigen::PlainObjectBase<DerivedI> & I,
 
   28    Eigen::PlainObjectBase<DerivedJ> & J,
 
   29    Eigen::PlainObjectBase<DerivedK> & K);
 
   31#ifndef IGL_STATIC_LIBRARY 
   32#  include "edges_to_path.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
void 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...