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:
|