Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

virtual void LabeledGraph::DisplayFunc (  )  [inline, virtual]

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:


Generated on Thu Jan 13 09:13:07 2011 for ImpalaSrc by  doxygen 1.5.1