Reimplemented from OglGui::Graph. Definition at line 56 of file BoostedGraph.h. References OglGui::Graph::DisplayFunc(), doLayout(), and layoutDone. 00056 { 00057 //ILOG_DEBUG("DisplayFunc"); 00058 if(!layoutDone) layoutDone = doLayout(); 00059 OglGui::Graph::DisplayFunc(); 00060 }
Here is the call graph for this function:
|