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

void Impala::Visualization::Plot::Plot::MakeVisibleAtPix ( double  x,
double  y,
double  pixX,
double  pixY 
) [inline]

Definition at line 82 of file Plot.h.

References OglGui::OglWindow::mOglWnd, mRange, mUserPan, mUserZoom, and Window2Pixel().

Referenced by Impala::Visualization::SimilarityTableSetRank::MakePointVisible().

00083     {
00084         double atX, atY;
00085         Window2Pixel(x,y,atX,atY);
00086         mUserPan[0] += (pixX - atX)* mRange[0] / ((double)mOglWnd->width *mUserZoom[0]);
00087         mUserPan[1] += (pixY - atY)* mRange[1] / ((double)mOglWnd->height*mUserZoom[1]);
00088     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:25:42 2011 for ImpalaSrc by  doxygen 1.5.1