Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:15:11 2011 for ImpalaSrc by  doxygen 1.5.1