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

void Impala::Core::Trec::ThreadVirtual::AddThread ( Thread t  )  [inline]

Definition at line 88 of file ThreadVirtual.h.

References HasThread(), and mThreads.

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

00089     {
00090         if (t && !HasThread(t))
00091             mThreads.push_back(t);
00092     }

Here is the call graph for this function:


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