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

void Impala::Visualization::Plot::Plot::GetUserPan ( double &  panX,
double &  panY 
) [inline]

Definition at line 90 of file Plot.h.

References mUserPan.

Referenced by Impala::Visualization::SimilarityPlotNeedleImage::UpdatePointPlot().

00091     {
00092         panX = mUserPan[0];
00093         panY = mUserPan[1];
00094     }


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