MAGiC  V5.0
Mailleurs Automatiques de Géometries intégrés à la Cao
Référence du fichier hypergraphlib_dijkstra.h
#include <set>
#include <vector>
#include <map>
#include "hypergraphlib_graph.h"
Graphe des dépendances par inclusion de hypergraphlib_dijkstra.h:
Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :

Aller au code source de ce fichier.

Espaces de nommage

 HypergraphLib
 

Fonctions

double HYPERGRAPHLIB_ITEM HypergraphLib::Dijkstra (Graph *__G, Node *source, Node *destination, double(*distanceFunc)(HypergraphLib::Node *, HypergraphLib::Node *, HypergraphLib::Arc *), std::vector< Node * > &pathNodes, std::vector< Arc * > &pathArcs)