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

bool Impala::Visualization::RotorBrowser::RotorBrowserContext::ThreadValid (  )  [inline]

Definition at line 60 of file RotorBrowserContext.h.

References Impala::Visualization::RotorBrowser::RotorViewCache::GetThread(), ILOG_WARN, mCache, mContextName, mThread, and Impala::Visualization::RotorBrowser::RotorViewCache::ThreadExists().

Referenced by UpdateViewsToContext(), and Impala::Visualization::RotorBrowser::RotorBrowser::ValidateContext().

00061     {
00062         if (!mCache->ThreadExists(mContextName))
00063         {
00064             ILOG_WARN("Thread " << mContextName <<
00065                       " does not exist, but RotorBrowserContext does.");
00066             return false;
00067         }
00068         mThread = mCache->GetThread(mContextName);
00069         return true;
00070     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:55:27 2010 for ImpalaSrc by  doxygen 1.5.1