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

bool Impala::Core::Trec::ThreadVirtual::HasThread ( Thread t  )  [inline]

Definition at line 115 of file ThreadVirtual.h.

References mThreads.

Referenced by AddThread(), and Impala::Visualization::RotorBrowser::RotorBrowser::ToggleShotSwallowThread().

00116     {
00117         for (int i=0; i < mThreads.size(); i++)
00118         {
00119             if (mThreads[i] == t)
00120                 return true;
00121         }
00122         return false;
00123     }


Generated on Fri Mar 19 11:26:30 2010 for ImpalaSrc by  doxygen 1.5.1