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

RotorDoDView* Impala::Visualization::RotorBrowser::RotorView::RecycleView (  )  [inline]

Definition at line 307 of file RotorView.h.

References OglGui::View::GetOGLVIEW3D(), mIsShown, mView, mViewBeingRecycled, mViewedProbability, and VIEW_ROTORVIEW.

00308     {
00309         mIsShown = false;
00310         mViewBeingRecycled = true;
00311         mViewedProbability = 0.0;
00312         view3DSys.SetUserData(mView->GetOGLVIEW3D(), VIEW_ROTORVIEW, NULL);
00313         return mView;
00314     }

Here is the call graph for this function:


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