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

Method UpdateTitleActorProperty

Rendering/Annotation/vtkAxisActor.cxx:2517–2520  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2515
2516//------------------------------------------------------------------------------
2517void vtkAxisActor::UpdateTitleActorProperty()
2518{
2519 this->TitleProp->SetTextProperty(this->TitleTextProperty, this->GetProperty());
2520}
2521
2522//------------------------------------------------------------------------------
2523void vtkAxisActor::UpdateExponentActorProperty()

Callers 3

BuildAxisMethod · 0.95
BuildTitleMethod · 0.95
BuildTitle2DMethod · 0.95

Calls 2

SetTextPropertyMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected