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

Method GetInput

Common/ExecutionModel/vtkDataSetAlgorithm.cxx:132–135  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130
131//------------------------------------------------------------------------------
132vtkDataObject* vtkDataSetAlgorithm::GetInput()
133{
134 return this->GetInput(0);
135}
136
137//------------------------------------------------------------------------------
138vtkDataObject* vtkDataSetAlgorithm::GetInput(int port)

Callers

nothing calls this directly

Calls 2

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected