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

void Impala::Visualization::ShotTrail::AddThread ( Thread t,
int  position,
int  direction,
int  length 
) [inline]

Definition at line 98 of file VideoMinimap.h.

References Impala::Core::Trec::Thread::GetShotAt(), and Push().

00099     {
00100         for (int i=length-1; i>=0;i--)
00101         {
00102             int shot = t->GetShotAt(position, direction * i);
00103             if (shot == -1)
00104                 continue;
00105             Push(shot);
00106         }
00107     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:24 2011 for ImpalaSrc by  doxygen 1.5.1