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

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

Definition at line 301 of file SegmentationDocumentGuiAnno.h.

References mShots.

Referenced by DisplayThreshShots(), and HandleNewShot().

00302     {
00303         int     i;
00304         for (i=0; i<mShots.size(); i++)
00305             if (mShots[i] >= frame)
00306                 return i==0 ? 0 : i-1;
00307         return -1;
00308     }


Generated on Thu Jan 13 09:24:58 2011 for ImpalaSrc by  doxygen 1.5.1