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

int Impala::Visualization::Video::GetMostRecentFrameNr ( float  timeInSec  )  const [inline]

Definition at line 82 of file Video.h.

References mNrOfFirstFrame, and mTimePerFrame.

00083     {
00084         return (int) (timeInSec / mTimePerFrame) + mNrOfFirstFrame;
00085     }


Generated on Thu Jan 13 09:25:21 2011 for ImpalaSrc by  doxygen 1.5.1