#include <LabeledGraph.h>
Inheritance diagram for LabeledGraph:
Public Member Functions | |
LabeledGraph (Window *parent, int w, int h, int drawShape=0, strconst txt="") | |
void | addNodes (map< string, vector< string > > labels) |
virtual void | DisplayFunc () |
virtual void | OnLayoutChange () |
Private Member Functions | |
void | addNode (string label) |
bool | doLayout () |
bool | doRadialLayout () |
bool | doForceDirectedLayout () |
float | cap (float v, float min, float max) |
Private Attributes | |
map< string, Graph * > | nodes |
bool | layoutDone |
ILOG_VAR_DEC |
Definition at line 12 of file LabeledGraph.h.