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

void Impala::Visualization::RotorBrowser::RotorView::UpdateResolution (  )  [inline, private]

Definition at line 372 of file RotorView.h.

References DoUpdateCurrentImage(), ILOG_DEBUG, KEYFRAMES_CENTER, mCurrentRes, mIsHighRes, mName, mNr, and mUseKeyframes.

Referenced by SetShowHighResolution().

00373     {
00374         if (mUseKeyframes == KEYFRAMES_CENTER && mIsHighRes != mCurrentRes)
00375         {
00376             // returning to low resolution would be silly;
00377             if (!mIsHighRes) return;
00378 
00379             ILOG_DEBUG("Switching to keyframe image for "<< mName << ":"<<mNr);
00380             DoUpdateCurrentImage();
00381         }
00382     }

Here is the call graph for this function:


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