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

std::vector<int> Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetVisibleShots (  )  [inline]

Definition at line 326 of file ThreadClusterSelector.h.

References GetRelevant(), and GetVisibleShotsCount().

Referenced by Impala::Visualization::RotorBrowser::RotorBrowser::StartStopStills(), and Impala::Visualization::RotorBrowser::RotorBrowser::ToggleEnableVideoStream().

00327     {
00328         std::vector<int> shots;
00329         for (int i=0; i<GetVisibleShotsCount(); i++)
00330             shots.push_back(GetRelevant(i));
00331 
00332         return shots;
00333     }

Here is the call graph for this function:


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