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

Method UpdateExponentActorProperty

Rendering/Annotation/vtkAxisActor.cxx:2523–2526  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2521
2522//------------------------------------------------------------------------------
2523void vtkAxisActor::UpdateExponentActorProperty()
2524{
2525 this->ExponentProp->SetTextProperty(this->TitleTextProperty, this->GetProperty());
2526}
2527
2528//------------------------------------------------------------------------------
2529void vtkAxisActor::GetTranslucentProps(vtkPropCollection* collection)

Callers 3

BuildAxisMethod · 0.95
BuildExponentMethod · 0.95
BuildExponent2DMethod · 0.95

Calls 2

SetTextPropertyMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected