@{ * Set/Get the input to the viewer. */
| 49 | * Set/Get the input to the viewer. |
| 50 | */ |
| 51 | void SetInputData(vtkImageData* in) { this->ImageMapper->SetInputData(in); } |
| 52 | vtkImageData* GetInput() { return this->ImageMapper->GetInput(); } |
| 53 | virtual void SetInputConnection(vtkAlgorithmOutput* input) |
| 54 | { |
nothing calls this directly
no test coverage detected