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

Function SetInputData

Common/ExecutionModel/vtkGraphAlgorithm.h:60–60  ·  view source on GitHub ↗

* Assign a data object as input. Note that this method does not * establish a pipeline connection. Use SetInputConnection() to * setup a pipeline connection. */

Source from the content-addressed store, hash-verified

58 * setup a pipeline connection.
59 */
60 void SetInputData(vtkDataObject* obj) { this->SetInputData(0, obj); }
61 void SetInputData(int index, vtkDataObject* obj);
62
63protected:

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected