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

void Impala::Visualization::RotorBrowser::RotorBrowser::ShowHideStill ( RotorView v,
bool  show 
) [inline]

Definition at line 1639 of file RotorBrowser.h.

References Impala::Core::VideoSet::SegmentationDocument::GetImSetStills(), mDocument, mStills, Impala::Visualization::RotorBrowser::RotorView::SetHideStills(), and Impala::Visualization::RotorBrowser::RotorView::SetShowStills().

Referenced by StartStopStills().

01640     {
01641         if (show)
01642             v->SetShowStills(mStills,mDocument->GetImSetStills());
01643         else
01644             v->SetHideStills();
01645     }

Here is the call graph for this function:


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