------------------------------------------------------------------------------
| 16 | |
| 17 | //------------------------------------------------------------------------------ |
| 18 | void vtkTextWidget::SetRepresentation(vtkTextRepresentation* r) |
| 19 | { |
| 20 | this->Superclass::SetWidgetRepresentation(r); |
| 21 | } |
| 22 | |
| 23 | //------------------------------------------------------------------------------ |
| 24 | void vtkTextWidget::SetTextActor(vtkTextActor* textActor) |
no outgoing calls