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

int OglGui::IntervalChooser::Val2Pixel ( int  val  )  [inline]

Definition at line 43 of file IntervalChooser.h.

References mMaxVal, mMinVal, and OglGui::OglWindow::W().

Referenced by Init(), MinInterval(), and ReshapeFunc().

00044     {
00045         return ((val-mMinVal)*W())/(float)(mMaxVal-mMinVal+1);
00046     }

Here is the call graph for this function:


Generated on Fri Mar 19 12:02:05 2010 for ImpalaSrc by  doxygen 1.5.1