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

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

Reimplemented from Impala::Visualization::AppControl.

Definition at line 149 of file AppControlDoc.h.

References AllHandleCycleDoc(), AllHandleNewCursor(), Impala::Core::Database::DataDocument::CursorNextShot(), GetDoContinuous(), mDoc, and mNrItemsDone.

00150     {
00151         /*
00152         if (elapsedTime > mLastTime + mInterval)
00153         {
00154             mLastTime = elapsedTime;
00155             AllHandleCycleDoc();
00156         }
00157         */
00158         if (!GetDoContinuous())
00159             return;
00160         AllHandleNewCursor(mDoc->CursorNextShot(), false);
00161         AllHandleCycleDoc();
00162         mNrItemsDone++;
00163     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:42:32 2010 for ImpalaSrc by  doxygen 1.5.1