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: ![]()
|