[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: