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

RotorView* Impala::Visualization::RotorBrowser::RotorBrowser::GetCenterRotorView (  )  [inline]

Definition at line 317 of file RotorBrowser.h.

References Impala::Visualization::RotorBrowser::RotorViewCache::FindViewFor(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetCenter(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetName(), mActiveContext, and mCache.

Referenced by EnableCenterVideoStills().

00318     {
00319         if (!mActiveContext)
00320             return 0;
00321         return mCache->FindViewFor(mActiveContext->GetName(),
00322                                    mActiveContext->GetCenter());
00323     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:48 2011 for ImpalaSrc by  doxygen 1.5.1