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

int Impala::Visualization::RotorBrowser::RotorBrowserGUI::GetCenterShot (  )  [inline]

Definition at line 139 of file RotorBrowserGUI.h.

References Impala::Visualization::RotorBrowser::RotorBrowser::GetActiveContext(), Impala::Visualization::RotorBrowser::RotorBrowserContext::GetCenter(), and mRotorBrowser.

Referenced by Impala::Application::IDash::ScreenBrowser::ButtonSelectionEvent().

00140     {
00141         if (mRotorBrowser != 0 && mRotorBrowser->GetActiveContext() != 0)
00142             return mRotorBrowser->GetActiveContext()->GetCenter();
00143         return -1;
00144     }

Here is the call graph for this function:


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