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

void Impala::Visualization::RotorBrowser::ThreadClusterSelector::IncreaseThreshold (  )  [inline]

Definition at line 244 of file ThreadClusterSelector.h.

References GetNumberForThreshold(), GetThresholdForNumber(), ILOG_DEBUG, and mThresholdDelta.

Referenced by IncreaseSelectionSize().

00245     {
00246         int number = GetNumberForThreshold();
00247         mThresholdDelta = GetThresholdForNumber(number + 1);
00248         
00249         //if (mThresholdDelta > 1.0) mThresholdDelta = 1.0;
00250         ILOG_DEBUG("Threshold at " << mThresholdDelta);
00251     }

Here is the call graph for this function:


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