------------------------------------------------------------------------------
| 1113 | |
| 1114 | //------------------------------------------------------------------------------ |
| 1115 | int vtkAlgorithm::FillInputPortInformation(int, vtkInformation*) |
| 1116 | { |
| 1117 | vtkErrorMacro("FillInputPortInformation is not implemented."); |
| 1118 | return 0; |
| 1119 | } |
| 1120 | |
| 1121 | //------------------------------------------------------------------------------ |
| 1122 | int vtkAlgorithm::FillOutputPortInformation(int, vtkInformation*) |
no outgoing calls
no test coverage detected