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

Core::Array::Array2dVec3UInt8* Impala::Application::IDash::TrecEngine::GetNextStill ( int  row  )  [inline]

Definition at line 136 of file TrecEngine.h.

References GetStill(), mStillEnd, mStillFrame, and OpenStill().

00137     {
00138         if (!OpenStill(row)) return 0;
00139 
00140         mStillFrame++;
00141         if (mStillFrame >= mStillEnd)
00142             mStillFrame = 0;
00143 
00144         return GetStill(row, mStillFrame);
00145     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:42:06 2010 for ImpalaSrc by  doxygen 1.5.1