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

virtual void Impala::Visualization::AppControlGUI::ComputeCycle ( double  elapsedTime  )  [inline, virtual]

Reimplemented from Impala::Visualization::AppControl.

Definition at line 40 of file AppControlGUI.h.

References HandleCycleGUI(), mInterval, and mLastTime.

00041     {
00042         if (elapsedTime > mLastTime + mInterval)
00043         {
00044             mLastTime = elapsedTime;
00045             HandleCycleGUI();
00046         }
00047     }

Here is the call graph for this function:


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