------------------------------------------------------------------------------
| 84 | |
| 85 | //------------------------------------------------------------------------------ |
| 86 | void vtkTextActorInterfaceInternal::SetTextProperty( |
| 87 | vtkTextProperty* textProperty, vtkProperty* actorProperty) |
| 88 | { |
| 89 | this->FollowerAdaptor->UpdateProperty(textProperty, actorProperty); |
| 90 | this->Raster2D->SetTextProperty(textProperty); |
| 91 | this->Raster3D->SetTextProperty(textProperty); |
| 92 | } |
| 93 | |
| 94 | //------------------------------------------------------------------------------ |
| 95 | void vtkTextActorInterfaceInternal::GetActors(vtkPropCollection* collection) |
no test coverage detected