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

static RotorView* Impala::Visualization::RotorBrowser::RotorViewCache::OGLVIEW3DToRotorView ( OGLVIEW3D *  v  )  [inline, static]

Definition at line 45 of file RotorViewCache.h.

References Impala::Visualization::RotorBrowser::RotorView::VIEW_ROTORVIEW.

Referenced by FindViewFor(), GetViews(), and Impala::Visualization::RotorBrowser::RotorBrowser::MouseFunc().

00046     {
00047         if (!v) return 0;
00048         return (RotorView*)view3DSys.GetUserData(v, RotorView::VIEW_ROTORVIEW);
00049     }


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