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:
|