* Assign a data object as input. Note that this method does not * establish a pipeline connection. Use SetInputConnection() to * setup a pipeline connection. */
| 59 | * setup a pipeline connection. |
| 60 | */ |
| 61 | void SetInputData(vtkDataObject* obj) { this->SetInputData(0, obj); } |
| 62 | void SetInputData(int index, vtkDataObject* obj); |
| 63 | |
| 64 | protected: |
nothing calls this directly
no test coverage detected