------------------------------------------------------------------------------
| 432 | |
| 433 | //------------------------------------------------------------------------------ |
| 434 | void vtkExecutive::SetOutputData(int newPort, vtkDataObject* newOutput) |
| 435 | { |
| 436 | vtkInformation* info = this->GetOutputInformation(newPort); |
| 437 | this->SetOutputData(newPort, newOutput, info); |
| 438 | } |
| 439 | |
| 440 | //------------------------------------------------------------------------------ |
| 441 | void vtkExecutive::SetOutputData(int newPort, vtkDataObject* newOutput, vtkInformation* info) |
no test coverage detected