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

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

Definition at line 308 of file ThreadClusterSelector.h.

References GetRelevant(), and GetSelectedShotsCount().

Referenced by Impala::Visualization::RotorBrowser::RotorBrowser::DoBookmarkCluster().

00309     {
00310         std::vector<int> shots;
00311         for (int i=0; i<GetSelectedShotsCount(); i++)
00312             shots.push_back(GetRelevant(i));
00313 
00314         return shots;
00315     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:57:06 2010 for ImpalaSrc by  doxygen 1.5.1