PigaleThread calls handler to select which algorithm to execute.
Each algorithm to call is identified by a unique integer action defined in Action_def.h.
The return value is used to known which action should be performed after.
The possible return values are:
int AlgoHandler | ( | GraphContainer & | GC, | |
int | action, | |||
int | nn | |||
) |
int AlgoHandler | ( | GraphContainer & | GC, | |
int | action | |||
) |
int AugmentHandler | ( | GraphContainer & | GC, | |
int | action | |||
) |
int DualHandler | ( | GraphContainer & | GC, | |
int | action | |||
) |
int EmbedHandler | ( | GraphContainer & | GC, | |
int | action, | |||
int & | drawing | |||
) |
bool& EraseMultipleEdges | ( | ) |
int GenerateHandler | ( | GraphContainer & | GC, | |
int | action, | |||
int | n1_gen, | |||
int | n2_gen, | |||
int | m_gen | |||
) |
int OrientHandler | ( | GraphContainer & | GC, | |
int | action | |||
) |
int RemoveHandler | ( | GraphContainer & | GC, | |
int | action | |||
) |
bool& SchnyderColor | ( | ) |
bool& SchnyderLongestFace | ( | ) |
bool& SchnyderRect | ( | ) |