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

int Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetVisibleShotsCount (  )  [inline]

Definition at line 319 of file ThreadClusterSelector.h.

References GetNumberForThreshold(), mPaginated, and mSelectionSize.

Referenced by GetVisibleShots().

00320     {
00321         if (!mPaginated)
00322             return GetNumberForThreshold();
00323         return mSelectionSize;
00324     }

Here is the call graph for this function:


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