------------------------------------------------------------------------------
| 2622 | |
| 2623 | //------------------------------------------------------------------------------ |
| 2624 | vtkAxisFollower* vtkAxisActor::GetTitleActor() |
| 2625 | { |
| 2626 | return this->TitleProp->GetFollower(); |
| 2627 | } |
| 2628 | |
| 2629 | //------------------------------------------------------------------------------ |
| 2630 | vtkAxisFollower* vtkAxisActor::GetExponentActor() |
no test coverage detected