26 Eigen::PlainObjectBase<DerivedD> & D,
27 Eigen::PlainObjectBase<DerivedP> & P);
44 const std::vector<std::vector<AType> > & A,
46 std::vector<DType> & D,
47 std::vector<PType> & P);
54 const Eigen::SparseCompressedBase<AType> & A,
56 std::vector<DType> & D,
57 std::vector<PType> & P);
59#ifndef IGL_STATIC_LIBRARY
#define IGL_INLINE
Definition igl_inline.h:15
void bfs(const AType &A, const size_t s, Eigen::PlainObjectBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedP > &P)
Traverse a directed graph represented by an adjacency list using.