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

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

Definition at line 781 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().

00782     {
00783         if (!mPlotPoints)
00784             return;
00785 
00786         mPoints->UpdateDimensions();
00787         mPlotPoints->SetCenter(100, mSegDoc ? -40 : -12.5, 0);
00788         mPlotPoints->SetRange(200, mSegDoc ? 80 : 25, 0);
00789     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:48:21 2010 for ImpalaSrc by  doxygen 1.5.1