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

Real64 Impala::Visualization::RotorBrowser::ThreadClusterSelector::GetTDelta ( Real64  a,
Real64  b 
) [inline]

Definition at line 170 of file ThreadClusterSelector.h.

Referenced by GetNumberForThreshold(), and GetThresholdForNumber().

00171     {
00172         if (b > a)
00173             return b - a;
00174         return a - b;
00175     }


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