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

Method AutoScale

Rendering/Annotation/vtkCubeAxesActor.cxx:1799–1805  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1797
1798//------------------------------------------------------------------------------
1799void vtkCubeAxesActor::AutoScale(vtkViewport* viewport)
1800{
1801 // Current implementation only for perspective projections.
1802 this->AutoScale(viewport, this->XAxes);
1803 this->AutoScale(viewport, this->YAxes);
1804 this->AutoScale(viewport, this->ZAxes);
1805}
1806
1807//------------------------------------------------------------------------------
1808void vtkCubeAxesActor::AutoScale(vtkViewport* viewport, vtkAxisActor* axis[NUMBER_OF_ALIGNED_AXIS])

Callers 1

BuildAxesMethod · 0.95

Calls 8

GetTitleActorMethod · 0.80
SetTitleScaleMethod · 0.80
GetLabelFollowerMethod · 0.80
tanFunction · 0.50
sqrtFunction · 0.50
GetPositionMethod · 0.45
SetLabelScaleMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected