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

Method GetInput

Common/ExecutionModel/vtkUniformGridAMRAlgorithm.cxx:117–124  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

115
116//------------------------------------------------------------------------------
117vtkDataObject* vtkUniformGridAMRAlgorithm::GetInput(int port)
118{
119 if (this->GetNumberOfInputConnections(port) < 1)
120 {
121 return nullptr;
122 }
123 return this->GetExecutive()->GetInputData(port, 0);
124}
125VTK_ABI_NAMESPACE_END

Callers

nothing calls this directly

Calls 3

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected