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

Method GetLabelActors

Rendering/Annotation/vtkAxisActor.cxx:2612–2621  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2610
2611//------------------------------------------------------------------------------
2612vtkAxisFollower** vtkAxisActor::GetLabelActors()
2613{
2614 this->LabelActors.clear();
2615 for (const auto& label : this->LabelProps)
2616 {
2617 this->LabelActors.push_back(label->GetFollower());
2618 }
2619
2620 return this->LabelActors.data();
2621}
2622
2623//------------------------------------------------------------------------------
2624vtkAxisFollower* vtkAxisActor::GetTitleActor()

Callers

nothing calls this directly

Calls 4

GetFollowerMethod · 0.80
clearMethod · 0.45
push_backMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected