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

bool Impala::Visualization::RotorBrowser::RotorViewCache::ThreadExists ( CString  threadname  )  [inline]

Definition at line 177 of file RotorViewCache.h.

References Impala::Core::Trec::ThreadSet::GetThreadByName(), and mThreadSet.

Referenced by Impala::Visualization::RotorBrowser::RotorBrowserContext::ThreadValid().

00178     {
00179         return mThreadSet->GetThreadByName(threadname) ? true : false;
00180     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:56:48 2010 for ImpalaSrc by  doxygen 1.5.1