------------------------------------------------------------------------------
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | std::string vtkTextActorInterfaceInternal::GetInputText() |
| 49 | { |
| 50 | return this->Vector->GetText(); |
| 51 | } |
| 52 | |
| 53 | //------------------------------------------------------------------------------ |
| 54 | void vtkTextActorInterfaceInternal::SetCamera(vtkCamera* camera) |
no test coverage detected