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

Method GetInput

Common/ExecutionModel/vtkExplicitStructuredGridAlgorithm.cxx:49–52  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49vtkDataObject* vtkExplicitStructuredGridAlgorithm::GetInput()
50{
51 return this->GetInput(0);
52}
53
54//------------------------------------------------------------------------------
55vtkDataObject* vtkExplicitStructuredGridAlgorithm::GetInput(int port)

Callers 1

Calls 2

GetInputDataMethod · 0.45
GetExecutiveMethod · 0.45

Tested by

no test coverage detected