| 144 | } |
| 145 | |
| 146 | void vtkPythonAlgorithm::SetNumberOfOutputPorts(int n) |
| 147 | { |
| 148 | this->Superclass::SetNumberOfOutputPorts(n); |
| 149 | } |
| 150 | |
| 151 | vtkTypeBool vtkPythonAlgorithm::ProcessRequest( |
| 152 | vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) |
no outgoing calls