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

Function SetInputData

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

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

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected