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

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

Definition at line 234 of file ThreadClusterSelector.h.

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

Referenced by DecreaseSelectionSize().

00235     {
00236         int number = GetNumberForThreshold();
00237         number = number / 2;
00238         mThresholdDelta = GetThresholdForNumber(number);
00239 
00240         if (mThresholdDelta < 0.001) mThresholdDelta = 0.001;
00241         ILOG_DEBUG("Threshold at " << mThresholdDelta);
00242     }

Here is the call graph for this function:


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