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

void Impala::Core::Trec::ThreadHistory::Remove ( int  shot  )  [inline]

Definition at line 69 of file ThreadHistory.h.

References mHistory.

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

00070     {
00071         std::vector<int>::iterator i = mHistory->begin();
00072         while (i != mHistory->end())
00073         {
00074             if (*i == shot)
00075                 i = mHistory->erase(i);
00076             else
00077                 i++;
00078         }
00079     }


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