Functions | |
int | CAtlas::FindShortestPaths (int startID) |
int | CAtlas::FindAllPairsShortestPaths () |
int | CAtlas::AStar (int startID, int goalID, AT_AstarHeuristicCallbackType ASHCB, int *size, void *userDef=NULL) |
int | CAtlas::GetAStarQueryVertex (int nr, int *vID) |
int | CAtlas::Query (int goalID, int *size, AT_scalar *length=NULL) |
int | CAtlas::Query (int startID, int goalID, int *size, AT_scalar *length=NULL) |
int | CAtlas::GetQueryVertex (int nr, int *vID) |
|
This function calculates a single source shortest path.
|
|
This function calculates an all pairs shortest path.
|
|
Perform an A* search between a start and goal vertex.
|
|
Retrieve a vertex in the A* query.
|
|
Query for a shortest path. First use FindShortestPaths!
|
|
Query for a shortest path, created by all pairs shortest path. First use FindAllPairsShortestPahts!
|
|
Retrieve a vertex in the query.
|