------------------------------------------------------------------------------
| 1013 | |
| 1014 | //------------------------------------------------------------------------------ |
| 1015 | int vtkAlgorithm::GetNumberOfOutputPorts() |
| 1016 | { |
| 1017 | return this->OutputPortInformation->GetNumberOfInformationObjects(); |
| 1018 | } |
| 1019 | |
| 1020 | //------------------------------------------------------------------------------ |
| 1021 | void vtkAlgorithm::SetNumberOfOutputPorts(int n) |
no outgoing calls
no test coverage detected