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

void Impala::Visualization::Plot::Plot::SetCenter ( double  x,
double  y,
double  z 
) [inline]

Definition at line 46 of file Plot.h.

References mCenter.

Referenced by AutoScale(), Impala::Visualization::SimilarityPlotNeedleImage::FillPoints(), and Impala::Visualization::SimilarityTableSetRank::UpdatePointPlot().

00047     {
00048         mCenter[0] = x;
00049         mCenter[1] = y;
00050         mCenter[2] = z;
00051     }


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