------------------------------------------------------------------------------
| 1579 | |
| 1580 | //------------------------------------------------------------------------------ |
| 1581 | vtkAlgorithm* vtkAlgorithm::GetInputAlgorithm(int port, int index) |
| 1582 | { |
| 1583 | int dummy; |
| 1584 | return this->GetInputAlgorithm(port, index, dummy); |
| 1585 | } |
| 1586 | |
| 1587 | //------------------------------------------------------------------------------ |
| 1588 | vtkAlgorithm* vtkAlgorithm::GetInputAlgorithm(int port, int index, int& algPort) |
no test coverage detected