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

Method GetLabelFollower

Rendering/Annotation/vtkAxisActor.cxx:2601–2609  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2599
2600//------------------------------------------------------------------------------
2601vtkAxisFollower* vtkAxisActor::GetLabelFollower(int index)
2602{
2603 if (static_cast<int>(this->LabelProps.size()) > index)
2604 {
2605 return this->LabelProps[index]->GetFollower();
2606 }
2607
2608 return nullptr;
2609}
2610
2611//------------------------------------------------------------------------------
2612vtkAxisFollower** vtkAxisActor::GetLabelActors()

Callers 4

BuildAxesMethod · 0.80
AutoScaleMethod · 0.80
UpdateLabelsMethod · 0.80

Calls 2

GetFollowerMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected