Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:25:59 2011 for ImpalaSrc by  doxygen 1.5.1