![]() |
NDEVR
API Documentation
|
This is the complete list of members for HyperDijkstra, including all inherited members.
| _adjacencyMap | HyperDijkstra | protected |
| _graph | HyperDijkstra | protected |
| _visited | HyperDijkstra | protected |
| AdjacencyMap typedef | HyperDijkstra | |
| adjacencyMap() | HyperDijkstra | inline |
| computeTree(AdjacencyMap &amap) | HyperDijkstra | static |
| connectedSubset(Set< HyperGraph::HGVertex * > &connected, Set< HyperGraph::HGVertex * > &visited, Set< HyperGraph::HGVertex * > &startingSet, HyperGraph *g, HyperGraph::HGVertex *v, HyperDijkstra::CostFunction *cost, g_type distance, g_type comparisonConditioner, g_type maxEdgeCost=std::numeric_limits< g_type >::max()) | HyperDijkstra | static |
| graph() | HyperDijkstra | inline |
| HyperDijkstra(HyperGraph *g) | HyperDijkstra | |
| reset() | HyperDijkstra | protected |
| shortestPaths(HyperGraph::HGVertex *v, HyperDijkstra::CostFunction *cost, g_type maxDistance=std::numeric_limits< g_type >::max(), g_type comparisonConditioner=1e-3, bool directed=false, g_type maxEdgeCost=std::numeric_limits< g_type >::max()) | HyperDijkstra | |
| shortestPaths(Set< HyperGraph::HGVertex * > &vset, HyperDijkstra::CostFunction *cost, g_type maxDistance=std::numeric_limits< g_type >::max(), g_type comparisonConditioner=1e-3, bool directed=false, g_type maxEdgeCost=std::numeric_limits< g_type >::max()) | HyperDijkstra | |
| visitAdjacencyMap(AdjacencyMap &amap, TreeAction *action, bool useDistance=false) | HyperDijkstra | static |
| visited() | HyperDijkstra | inline |