| 793 | } |
| 794 | |
| 795 | vtkDataSet* vtkGPUVolumeRayCastMapper::GetTransformedInput(int port) |
| 796 | { |
| 797 | const auto data = this->FindData(port, this->TransformedInputs); |
| 798 | return data; |
| 799 | } |
| 800 | |
| 801 | void vtkGPUVolumeRayCastMapper::SetInputConnection(int port, vtkAlgorithmOutput* input) |
| 802 | { |
no test coverage detected