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

void Impala::Visualization::Window::DeleteViewers (  )  [inline]

Definition at line 316 of file Window.h.

References DeleteViewers(), OglGui::Window::mIs2d, mOglView, OglGui::OglWindow::mOglWnd, mViewTiler, and Impala::Core::Geometry::RectangleTiler::ResetPos().

Referenced by DeleteViewers().

00317     {
00318         if (mIs2d)
00319             viewSys.DeleteViews(mOglWnd);
00320         else
00321             view3DSys.DeleteViews(mOglWnd);
00322         mOglView.clear();
00323         mViewTiler.ResetPos();
00324     }

Here is the call graph for this function:


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