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