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

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

Definition at line 86 of file VideoMinimap.h.

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

Referenced by Impala::Visualization::RotorBrowser::RotorBrowser::UpdateForkContexts().

00087     {
00088         for (int i=length-1;i>=0;i--)
00089         {
00090             int shot = t->GetShot(i);
00091             if (shot == -1)
00092                 continue;
00093             Push(shot);
00094         }
00095     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:49:44 2010 for ImpalaSrc by  doxygen 1.5.1