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

Method UpdateLabelActorProperty

Rendering/Annotation/vtkAxisActor.cxx:2510–2514  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2508
2509//------------------------------------------------------------------------------
2510void vtkAxisActor::UpdateLabelActorProperty(int idx)
2511{
2512 vtkTextActorInterfaceInternal* labelProp = this->LabelProps[idx].get();
2513 labelProp->SetTextProperty(this->LabelTextProperty, this->GetProperty());
2514}
2515
2516//------------------------------------------------------------------------------
2517void vtkAxisActor::UpdateTitleActorProperty()

Callers 2

BuildLabelsMethod · 0.95
BuildLabels2DMethod · 0.95

Calls 3

getMethod · 0.45
SetTextPropertyMethod · 0.45
GetPropertyMethod · 0.45

Tested by

no test coverage detected