------------------------------------------------------------------------------
| 38 | |
| 39 | //------------------------------------------------------------------------------ |
| 40 | void vtkTextActorInterfaceInternal::SetInputText(const std::string& text) |
| 41 | { |
| 42 | this->Vector->SetText(text.c_str()); |
| 43 | this->Raster3D->SetInput(text.c_str()); |
| 44 | this->Raster2D->SetInput(text.c_str()); |
| 45 | } |
| 46 | |
| 47 | //------------------------------------------------------------------------------ |
| 48 | std::string vtkTextActorInterfaceInternal::GetInputText() |