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

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

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:


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