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

void Impala::Application::Videolympics::VidolviWindow::RemoveAllImages (  )  [inline]

Definition at line 245 of file VidolviWindow.h.

References ILOG_DEBUG, mViews, phys, and Impala::Application::Videolympics::PhysicsEngine::UnregisterPart().

Referenced by DisplayFunc().

00246     {
00247         ILOG_DEBUG("Removing all images...");
00248         vector<VidolviView*>::iterator i = mViews.begin();
00249         while (i != mViews.end())
00250         {
00251             VidolviView *view = *i;
00252             ILOG_DEBUG("Destroying view " << view->GetViewNr() << "...");
00253             phys->UnregisterPart(view->GetPPart());
00254             delete view;
00255             i = mViews.erase(i);
00256         }
00257         ILOG_DEBUG("done.");
00258     }

Here is the call graph for this function:


Generated on Fri Mar 19 10:55:32 2010 for ImpalaSrc by  doxygen 1.5.1