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

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

Definition at line 460 of file RotorView.h.

References getNextStill(), HasNextStill(), and UpdateWithImage().

Referenced by DrawView().

00461     {
00462         if (!HasNextStill()) return;
00463 
00464         Array2dVec3UInt8* image = getNextStill();
00465         UpdateWithImage(image);
00466     }

Here is the call graph for this function:


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