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

Method SetExponentScale

Rendering/Annotation/vtkAxisActor.cxx:1424–1427  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1422
1423//-----------------------------------------------------------------------------**
1424void vtkAxisActor::SetExponentScale(double s)
1425{
1426 this->ExponentProp->SetScale(s);
1427}
1428
1429//-----------------------------------------------------------------------------**
1430void vtkAxisActor::SetTitle(const std::string& title)

Callers 1

SetTitleScaleMethod · 0.95

Calls 1

SetScaleMethod · 0.45

Tested by

no test coverage detected