Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:53:30 2010 for ImpalaSrc by  doxygen 1.5.1