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

int Impala::Visualization::SegmentationDocumentGuiAnno::FindFrameShot ( int  frame  )  [inline]

Definition at line 326 of file SegmentationDocumentGuiAnno.h.

References mShots.

Referenced by DisplayThreshShots(), and HandleNewShot().

00327     {
00328         int     i;
00329         for (i=0; i<mShots.size(); i++)
00330             if (mShots[i] >= frame)
00331                 return i==0 ? 0 : i-1;
00332         return -1;
00333     }


Generated on Fri Mar 19 11:46:22 2010 for ImpalaSrc by  doxygen 1.5.1