------------------------------------------------------------------------------
| 1538 | |
| 1539 | //------------------------------------------------------------------------------ |
| 1540 | int vtkAlgorithm::GetNumberOfInputConnections(int port) |
| 1541 | { |
| 1542 | if (this->Executive) |
| 1543 | { |
| 1544 | return this->Executive->GetNumberOfInputConnections(port); |
| 1545 | } |
| 1546 | return 0; |
| 1547 | } |
| 1548 | |
| 1549 | //------------------------------------------------------------------------------ |
| 1550 | int vtkAlgorithm::GetTotalNumberOfInputConnections() |
no outgoing calls