Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:32:25 2010 for ImpalaSrc by  doxygen 1.5.1