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

virtual int Impala::Core::Trec::ThreadHistory::GetShotPosition ( int  shot  )  [inline, virtual]

Implements Impala::Core::Trec::Thread.

Definition at line 58 of file ThreadHistory.h.

References mHistory.

Referenced by GetShotAt().

00059     {
00060         for (int i = 0; i < mHistory->size(); i++)
00061         {
00062             if ( (*mHistory)[i] == shot)
00063                 return i;
00064         }
00065         return -1;
00066     }


Generated on Fri Mar 19 11:26:06 2010 for ImpalaSrc by  doxygen 1.5.1