Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
dfs.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "dfs.cpp"
+ Include dependency graph for dfs.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename AType , typename DerivedD , typename DerivedP , typename DerivedC >
IGL_INLINE void igl::dfs (const std::vector< std::vector< AType > > &A, const size_t s, Eigen::PlainObjectBase< DerivedD > &D, Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedC > &C)
 
template<typename AType , typename DType , typename PType , typename CType >
IGL_INLINE void igl::dfs (const std::vector< std::vector< AType > > &A, const size_t s, std::vector< DType > &D, std::vector< PType > &P, std::vector< CType > &C)