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

int Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetWidth ( int  number  )  [inline, private]

Definition at line 456 of file ThreadClusterSelector.h.

References GetHeight().

Referenced by ShowRelevantSquare().

00457     {
00458         int h = GetHeight(number);
00459         return (int)ceil((float)number / (float)h);
00460     }

Here is the call graph for this function:


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