------------------------------------------------------------------------------
| 1560 | |
| 1561 | //------------------------------------------------------------------------------ |
| 1562 | vtkInformation* vtkAlgorithm::GetOutputInformation(int port) |
| 1563 | { |
| 1564 | return this->GetExecutive()->GetOutputInformation(port); |
| 1565 | } |
| 1566 | |
| 1567 | //------------------------------------------------------------------------------ |
| 1568 | vtkInformation* vtkAlgorithm::GetInputInformation(int port, int index) |