------------------------------------------------------------------------------
| 376 | |
| 377 | //------------------------------------------------------------------------------ |
| 378 | char* vtkTextActor::GetInput() |
| 379 | { |
| 380 | return this->Input; |
| 381 | } |
| 382 | |
| 383 | //------------------------------------------------------------------------------ |
| 384 | void vtkTextActor::SetTextProperty(vtkTextProperty* p) |