------------------------------------------------------------------------------
| 74 | |
| 75 | //------------------------------------------------------------------------------ |
| 76 | vtkAlgorithm* vtkImageActor::GetInputAlgorithm() |
| 77 | { |
| 78 | if (!this->Mapper) |
| 79 | { |
| 80 | return nullptr; |
| 81 | } |
| 82 | |
| 83 | return this->Mapper->GetInputAlgorithm(); |
| 84 | } |
| 85 | |
| 86 | //------------------------------------------------------------------------------ |
| 87 | vtkImageData* vtkImageActor::GetInput() |
no outgoing calls