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

Function AddInputDataObject

Common/ExecutionModel/vtkAlgorithm.h:602–602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

600 */
601 virtual void AddInputDataObject(int port, vtkDataObject* data);
602 virtual void AddInputDataObject(vtkDataObject* data) { this->AddInputDataObject(0, data); }
603
604 /**
605 * Get a proxy object corresponding to the given output port of this

Callers

nothing calls this directly

Calls 1

AddInputDataObjectMethod · 0.80

Tested by

no test coverage detected