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

Method GetInput

Rendering/Volume/vtkGPUVolumeRayCastMapper.cxx:725–728  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

723
724//------------------------------------------------------------------------------
725vtkDataSet* vtkGPUVolumeRayCastMapper::GetInput(int port)
726{
727 return static_cast<vtkDataSet*>(this->GetInputDataObject(port, 0));
728}
729
730//------------------------------------------------------------------------------
731void vtkGPUVolumeRayCastMapper::TransformInput(int port)

Callers 4

CloneInputsMethod · 0.95
ValidateInputMethod · 0.95
TransformInputMethod · 0.95

Calls 1

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected