MCPcopy Create free account
hub / github.com/Kitware/VTK / GetAdjustedRange

Function GetAdjustedRange

Rendering/Annotation/vtkAxisActor2D.h:259–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 return this->AdjustedRange;
258 }
259 virtual void GetAdjustedRange(double& _arg1, double& _arg2)
260 {
261 this->UpdateAdjustedRange();
262 _arg1 = this->AdjustedRange[0];
263 _arg2 = this->AdjustedRange[1];
264 }
265 virtual void GetAdjustedRange(double _arg[2]) { this->GetAdjustedRange(_arg[0], _arg[1]); }
266 ///@}
267

Callers

nothing calls this directly

Calls 1

UpdateAdjustedRangeMethod · 0.80

Tested by

no test coverage detected