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

void Impala::Visualization::SimilarityTableSetRank::UpdatePointPlot (  )  [inline, private]

Definition at line 906 of file SimilarityTableSetRank.h.

References mPlotPoints, mPoints, mSegDoc, Impala::Visualization::Plot::Plot::SetCenter(), Impala::Visualization::Plot::Plot::SetRange(), and Impala::Visualization::Plot::Points::UpdateDimensions().

Referenced by HandleUpdate().

00907     {
00908         if (!mPlotPoints)
00909             return;
00910 
00911         mPoints->UpdateDimensions();
00912         mPlotPoints->SetCenter(100, mSegDoc ? -40 : -12.5, 0);
00913         mPlotPoints->SetRange(200, mSegDoc ? 80 : 25, 0);
00914     }

Here is the call graph for this function:


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