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

Function SetInputData

Common/ExecutionModel/vtkArrayDataAlgorithm.h:58–58  ·  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

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

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected