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

Method SetLabelScale

Rendering/Annotation/vtkAxisActor.cxx:1402–1408  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1400
1401//-----------------------------------------------------------------------------**
1402void vtkAxisActor::SetLabelScale(double s)
1403{
1404 for (int i = 0; i < this->NumberOfLabelsBuilt; i++)
1405 {
1406 this->SetLabelScale(i, s);
1407 }
1408}
1409
1410//-----------------------------------------------------------------------------**
1411void vtkAxisActor::SetLabelScale(int label, double s)

Callers 4

AutoScaleMethod · 0.45
BuildAxesMethod · 0.45
AutoScaleMethod · 0.45
InitializeAxisFunction · 0.45

Calls 1

SetScaleMethod · 0.45

Tested by 1

InitializeAxisFunction · 0.36