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

Method GetDataSetInput

Rendering/Core/vtkImageMapper3D.cxx:169–176  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

167
168//------------------------------------------------------------------------------
169vtkDataSet* vtkImageMapper3D::GetDataSetInput()
170{
171 if (this->GetNumberOfInputConnections(0) < 1)
172 {
173 return nullptr;
174 }
175 return vtkDataSet::SafeDownCast(this->GetInputDataObject(0, 0));
176}
177
178//------------------------------------------------------------------------------
179int vtkImageMapper3D::FillInputPortInformation(int vtkNotUsed(port), vtkInformation* info)

Callers 15

InitializeMethod · 0.45
RenderMethod · 0.45
RenderMethod · 0.45
GetMTimeMethod · 0.45
AreaPickMethod · 0.45
MarkPickedMethod · 0.45
GetInputAsDataSetFunction · 0.45
GetRedrawMTimeMethod · 0.45
PickMethod · 0.45

Calls 2

GetInputDataObjectMethod · 0.80

Tested by

no test coverage detected