------------------------------------------------------------------------------
| 305 | |
| 306 | //------------------------------------------------------------------------------ |
| 307 | int vtkExecutive::GetNumberOfOutputPorts() |
| 308 | { |
| 309 | if (this->Algorithm) |
| 310 | { |
| 311 | return this->Algorithm->GetNumberOfOutputPorts(); |
| 312 | } |
| 313 | return 0; |
| 314 | } |
| 315 | |
| 316 | //------------------------------------------------------------------------------ |
| 317 | int vtkExecutive::GetNumberOfInputConnections(int port) |
no outgoing calls
no test coverage detected