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

Method GetTransformedInput

Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx:795–799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

EndPickingMethod · 0.80
UpdateInputsMethod · 0.80
RenderWithDepthPassMethod · 0.80
VolumesChangedMethod · 0.80

Calls 1

FindDataMethod · 0.95

Tested by

no test coverage detected