Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 11:56:40 2010 for ImpalaSrc by  doxygen 1.5.1