NDEVR
API Documentation
HyperDijkstra Member List

This is the complete list of members for HyperDijkstra, including all inherited members.

_adjacencyMapHyperDijkstraprotected
_graphHyperDijkstraprotected
_visitedHyperDijkstraprotected
AdjacencyMap typedefHyperDijkstra
adjacencyMap()HyperDijkstrainline
computeTree(AdjacencyMap &amap)HyperDijkstrastatic
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())HyperDijkstrastatic
graph()HyperDijkstrainline
HyperDijkstra(HyperGraph *g)HyperDijkstra
reset()HyperDijkstraprotected
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)HyperDijkstrastatic
visited()HyperDijkstrainline