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

int OglGui::IntervalChooser::Pixel2Val ( int  pix  )  [inline]

Definition at line 47 of file IntervalChooser.h.

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

Referenced by HandleThumbs().

00048     {
00049         return mMinVal + (pix*(mMaxVal-mMinVal+1))/(float)W();
00050     }

Here is the call graph for this function:


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