------------------------------------------------------------------------------
| 1199 | |
| 1200 | //------------------------------------------------------------------------------ |
| 1201 | vtkDataObject* vtkAlgorithm::GetInputDataObject(int port, int connection) |
| 1202 | { |
| 1203 | return this->GetExecutive()->GetInputData(port, connection); |
| 1204 | } |
| 1205 | |
| 1206 | //------------------------------------------------------------------------------ |
| 1207 | void vtkAlgorithm::RemoveAllInputs() |