Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:21:33 2011 for ImpalaSrc by  doxygen 1.5.1