------------------------------------------------------------------------------
| 225 | |
| 226 | //------------------------------------------------------------------------------ |
| 227 | vtkProp3DAxisFollower* vtkTextActorInterfaceInternal::GetFollower3D() const |
| 228 | { |
| 229 | return this->RasterFollower; |
| 230 | } |
| 231 | |
| 232 | //------------------------------------------------------------------------------ |
| 233 | vtkAxisFollower* vtkTextActorInterfaceInternal::GetFollower() const |
no outgoing calls
no test coverage detected