------------------------------------------------------------------------------
| 1290 | |
| 1291 | //------------------------------------------------------------------------------ |
| 1292 | void vtkAlgorithm::AddInputConnection(vtkAlgorithmOutput* input) |
| 1293 | { |
| 1294 | this->AddInputConnection(0, input); |
| 1295 | } |
| 1296 | |
| 1297 | //------------------------------------------------------------------------------ |
| 1298 | void vtkAlgorithm::AddInputConnection(int port, vtkAlgorithmOutput* input) |