26    const std::vector<std::vector<AType> > & A,
 
   28    Eigen::PlainObjectBase<DerivedD> & D,
 
   29    Eigen::PlainObjectBase<DerivedP> & P,
 
   30    Eigen::PlainObjectBase<DerivedC> & C);
 
   38    const std::vector<std::vector<AType> > & A,
 
   40    std::vector<DType> & D,
 
   41    std::vector<PType> & P,
 
   42    std::vector<CType> & C);
 
   45#ifndef IGL_STATIC_LIBRARY 
#define IGL_INLINE
Definition igl_inline.h:15
 
void dfs(const std::vector< std::vector< AType > > &A, const size_t s, Eigen::PlainObjectBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedC > &C)
Traverse a directed graph represented by an adjacency list using depth first search.