[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 }