Reimplemented from OglGui::Graph. Definition at line 29 of file LabeledGraph.h. References doLayout(), and layoutDone. 00030 { 00031 if(!layoutDone) layoutDone = doLayout(); 00032 Graph::DisplayFunc(); 00033 }
Here is the call graph for this function:
|