| 263 | } |
| 264 | |
| 265 | void vtkGPUVolumeRayCastMapper::CloneInputs() |
| 266 | { |
| 267 | for (const auto& port : this->Ports) |
| 268 | { |
| 269 | vtkDataSet* input = this->GetInput(port); |
| 270 | this->CloneInput(input, port); |
| 271 | } |
| 272 | } |
| 273 | |
| 274 | void vtkGPUVolumeRayCastMapper::CloneInput(vtkDataSet* input, int port) |
| 275 | { |
no test coverage detected