![]() |
Prusa Slicer 2.6.0
|
#include "igl_inline.h"#include <Eigen/Core>#include <vector>#include <set>#include "dijkstra.cpp"
Include dependency graph for dijkstra.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 IndexType , typename DerivedD , typename DerivedP > | |
| IGL_INLINE int | igl::dijkstra_compute_paths (const IndexType &source, const std::set< IndexType > &targets, const std::vector< std::vector< IndexType > > &VV, Eigen::PlainObjectBase< DerivedD > &min_distance, Eigen::PlainObjectBase< DerivedP > &previous) |
| template<typename IndexType , typename DerivedP > | |
| IGL_INLINE void | igl::dijkstra_get_shortest_path_to (const IndexType &vertex, const Eigen::PlainObjectBase< DerivedP > &previous, std::vector< IndexType > &path) |