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

Method GetDataObjectInput

Rendering/Core/vtkImageMapper3D.cxx:159–166  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

157
158//------------------------------------------------------------------------------
159vtkDataObject* vtkImageMapper3D::GetDataObjectInput()
160{
161 if (this->GetNumberOfInputConnections(0) < 1)
162 {
163 return nullptr;
164 }
165 return this->GetInputDataObject(0, 0);
166}
167
168//------------------------------------------------------------------------------
169vtkDataSet* vtkImageMapper3D::GetDataSetInput()

Callers 6

RenderMethod · 0.45
LoadDataSetMethod · 0.45
RenderMethod · 0.45
LoadDataSetMethod · 0.45

Calls 2

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected