------------------------------------------------------------------------------
| 981 | |
| 982 | //------------------------------------------------------------------------------ |
| 983 | int vtkAlgorithm::ModifyRequest(vtkInformation* /*request*/, int /*when*/) |
| 984 | { |
| 985 | return 1; |
| 986 | } |
| 987 | |
| 988 | //------------------------------------------------------------------------------ |
| 989 | int vtkAlgorithm::GetNumberOfInputPorts() |
no outgoing calls
no test coverage detected