------------------------------------------------------------------------------
| 987 | |
| 988 | //------------------------------------------------------------------------------ |
| 989 | int vtkAlgorithm::GetNumberOfInputPorts() |
| 990 | { |
| 991 | return this->InputPortInformation->GetNumberOfInformationObjects(); |
| 992 | } |
| 993 | |
| 994 | //------------------------------------------------------------------------------ |
| 995 | void vtkAlgorithm::SetNumberOfInputPorts(int n) |
no outgoing calls
no test coverage detected