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

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

Definition at line 82 of file ThreadHistory.h.

References ILOG_DEBUG, and mHistory.

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

00083     {
00084         if (mHistory->size() > 0 && (*mHistory)[mHistory->size() - 1] == shot)
00085             return;
00086         ILOG_DEBUG("adding " << shot << " to history");
00087         mHistory->push_back(shot);
00088     }


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