------------------------------------------------------------------------------
| 1120 | |
| 1121 | //------------------------------------------------------------------------------ |
| 1122 | int vtkAlgorithm::FillOutputPortInformation(int, vtkInformation*) |
| 1123 | { |
| 1124 | vtkErrorMacro("FillOutputPortInformation is not implemented."); |
| 1125 | return 0; |
| 1126 | } |
| 1127 | |
| 1128 | //------------------------------------------------------------------------------ |
| 1129 | int vtkAlgorithm::InputPortIndexInRange(int index, const char* action) |
no outgoing calls
no test coverage detected