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