Functions | |
CAtlas::CAtlas (int dimension, bool directed) | |
virtual | CAtlas::~CAtlas () |
int | CAtlas::GetDimension (int *dimension) |
int | CAtlas::ResetGraph () |
int | CAtlas::LoadGraph (char *fileName) |
int | CAtlas::SaveGraph (char *fileName) |
int | CAtlas::CheckUsefulCycle (int startID, int goalID, AT_scalar K, AT_CalculateDistanceCallbackType calcDistCB, bool *result, void *userDef=NULL) |
|
This function creates an instance of Atlas.
|
|
The destructor for the class. |
|
Retrieve the dimension of the vertices.
|
|
Delete graph.
|
|
Loads a graph from disc.
|
|
Saves a graph to disc.
|
|
Checks whether an edge that creates a cycle is "useful".
|