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

Method GetSource

Rendering/VolumeOpenGL2/vtkOpenGLSurfaceProbeVolumeMapper.cxx:92–100  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

90
91//------------------------------------------------------------------------------
92vtkImageData* vtkOpenGLSurfaceProbeVolumeMapper::GetSource()
93{
94 if (this->GetNumberOfInputConnections(1) < 1)
95 {
96 return nullptr;
97 }
98
99 return vtkImageData::SafeDownCast(this->GetExecutive()->GetInputData(1, 0));
100}
101
102//------------------------------------------------------------------------------
103void vtkOpenGLSurfaceProbeVolumeMapper::SetSourceConnection(vtkAlgorithmOutput* algOutput)

Callers 4

BuildShaderMethod · 0.45

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected