Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:21:30 2011 for ImpalaSrc by  doxygen 1.5.1