------------------------------------------------------------------------------
| 372 | |
| 373 | //------------------------------------------------------------------------------ |
| 374 | void vtkImageAlgorithm::SetOutput(vtkDataObject* d) |
| 375 | { |
| 376 | this->GetExecutive()->SetOutputData(0, d); |
| 377 | } |
| 378 | |
| 379 | //------------------------------------------------------------------------------ |
| 380 | int vtkImageAlgorithm::FillOutputPortInformation(int vtkNotUsed(port), vtkInformation* info) |