| 1127 | this->SetInputDataObject(port, input); |
| 1128 | } |
| 1129 | void AddInputDataInternal(int port, vtkDataObject* input) |
| 1130 | { |
| 1131 | this->AddInputDataObject(port, input); |
| 1132 | } |
| 1133 | |
| 1134 | vtkProgressObserver* ProgressObserver; |
| 1135 |
nothing calls this directly
no test coverage detected