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

int Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetPageSize ( int  n  )  [inline]

Definition at line 104 of file ThreadClusterSelector.h.

Referenced by DecreaseSelectionSize(), and IncreaseSelectionSize().

00105     {
00106         if (n > 96) return 13;
00107         if (n > 88) return 12;
00108         if (n > 80) return 11;
00109         if (n > 72) return 10;
00110         if (n > 64) return 9;
00111         if (n > 49) return 8;
00112         if (n > 36) return 7;
00113         if (n > 25) return 6;
00114         if (n > 16) return 5;
00115         if (n > 9) return 4;
00116         if (n > 4) return 3;
00117         if (n > 1) return 2;
00118         if (n== 1) return 1;
00119         return 0;
00120     }


Generated on Fri Mar 19 11:56:58 2010 for ImpalaSrc by  doxygen 1.5.1