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

Function GetInput

IO/XML/vtkXMLWriter.h:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 void SetInputData(int, vtkDataObject*);
65 vtkDataObject* GetInput(int port);
66 vtkDataObject* GetInput() { return this->GetInput(0); }
67 ///@}
68
69 // See the vtkAlgorithm for a description of what these do

Callers 1

Calls 1

GetInputMethod · 0.45

Tested by

no test coverage detected