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

virtual void Impala::Visualization::VideoMinimap::DisplayFunc (  )  [inline, virtual]

Reimplemented from OglGui::Window.

Definition at line 192 of file VideoMinimap.h.

References OglGui::Window::DisplayFunc(), DrawMinimap(), OglGui::OglWindow::mOglWnd, and mView.

00193     {
00194         static int counter = 1;
00195         static int color = 1;
00196         int w = mOglWnd->width;
00197         int h = mOglWnd->height;
00198         viewSys.SetDimensions(mView, 0, 0, w, h);
00199 
00200         if (mView->im)
00201             viewSys.SetZoom(mView, w / (float) mView->im->w,
00202                             h / (float) mView->im->h);
00203 
00204         DrawMinimap();
00205 
00206         Window::DisplayFunc();
00207     }

Here is the call graph for this function:


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