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

Function SetInputData

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

52 * setup a pipeline connection.
53 */
54 void SetInputData(vtkDataObject* obj) { this->SetInputData(0, obj); }
55 void SetInputData(int index, vtkDataObject* obj);
56
57protected:

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected