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

void Impala::Visualization::VideoMinimap::UpdatePreviewWindow ( int  shot  )  [inline, private]

Definition at line 394 of file VideoMinimap.h.

References CreateImageForShotID(), mPreviewWindow, and OglGui::WindowView2D::SetImage().

Referenced by MouseFunc().

00395     {   
00396         if (shot >= 0) {
00397             OGLIMAGE *i = CreateImageForShotID(shot);
00398             mPreviewWindow->SetImage(i);
00399             oglSys.ReleaseOglImage(i);
00400         }
00401     }

Here is the call graph for this function:


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