------------------------------------------------------------------------------
| 224 | |
| 225 | //------------------------------------------------------------------------------ |
| 226 | char* vtkCaptionActor2D::GetCaption() |
| 227 | { |
| 228 | return this->TextActor->GetInput(); |
| 229 | } |
| 230 | |
| 231 | //------------------------------------------------------------------------------ |
| 232 | // Release any graphics resources that are being consumed by this actor. |
no test coverage detected