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

Function SetInputData

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

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

Callers

nothing calls this directly

Calls 1

SetInputDataMethod · 0.45

Tested by

no test coverage detected