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

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

Definition at line 420 of file RotorView.h.

References Impala::Core::Trec::ThreadSet::GetImageByShotID(), mCurrentRes, mIsHighRes, mNr, mThreadSet, and UpdateWithImage().

Referenced by UpdateResolution().

00421     {
00422         Array2dVec3UInt8* image = mThreadSet->GetImageByShotID(mNr,mIsHighRes);
00423         UpdateWithImage(image);
00424         mCurrentRes = mIsHighRes;
00425     }

Here is the call graph for this function:


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