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

void Impala::Visualization::ShowNextFromControl::Clamp ( int &  ref,
int  minVal,
int  maxVal 
) [inline]

Definition at line 69 of file ShowNextFromControl.h.

Referenced by UpdateShowNrText(), and UpdateStartValText().

00070     {
00071         if (ref < minVal) ref = minVal;
00072         if (ref > maxVal) ref = maxVal;
00073     }


Generated on Fri Mar 19 11:47:38 2010 for ImpalaSrc by  doxygen 1.5.1