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

virtual int Impala::Core::Trec::ThreadVirtual::GetShotAt ( int  shot,
int  offset 
) [inline, virtual]

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

Definition at line 59 of file ThreadVirtual.h.

References GetShot(), and GetShotPosition().

00060     {
00061         int r = GetShotPosition(shot);
00062         return GetShot(r + offset);
00063     }

Here is the call graph for this function:


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