MCPcopy Create free account
hub / github.com/Kitware/VTK / CloneInputs

Method CloneInputs

Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx:265–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263}
264
265void 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
274void vtkGPUVolumeRayCastMapper::CloneInput(vtkDataSet* input, int port)
275{

Callers 1

GetBoundsFromPortMethod · 0.95

Calls 2

GetInputMethod · 0.95
CloneInputMethod · 0.95

Tested by

no test coverage detected