------------------------------------------------------------------------------
| 2628 | |
| 2629 | //------------------------------------------------------------------------------ |
| 2630 | vtkAxisFollower* vtkAxisActor::GetExponentActor() |
| 2631 | { |
| 2632 | return this->ExponentProp->GetFollower(); |
| 2633 | } |
| 2634 | |
| 2635 | //------------------------------------------------------------------------------ |
| 2636 | vtkProp3DAxisFollower* vtkAxisActor::GetTitleProp3D() |
no test coverage detected