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

virtual int Impala::Core::Trec::ThreadTime::GetShot ( int  position  )  [inline, virtual]

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

Definition at line 37 of file ThreadTime.h.

References mFirst, mNrShots, and mVid.

00038     {
00039         if (mVid == -1)
00040             return -1;
00041         if ((position < 0) || (position >= mNrShots))
00042             return -1;
00043         return mFirst + position;
00044     }


Generated on Thu Jan 13 09:21:33 2011 for ImpalaSrc by  doxygen 1.5.1