------------------------------------------------------------------------------
| 32 | |
| 33 | //------------------------------------------------------------------------------ |
| 34 | vtkAlgorithm* vtkImageExport::GetInputAlgorithm() |
| 35 | { |
| 36 | return this->GetInputConnection(0, 0) ? this->GetInputConnection(0, 0)->GetProducer() : nullptr; |
| 37 | } |
| 38 | |
| 39 | //------------------------------------------------------------------------------ |
| 40 | vtkInformation* vtkImageExport::GetInputInformation() |