------------------------------------------------------------------------------
| 118 | |
| 119 | //------------------------------------------------------------------------------ |
| 120 | void vtkImageAlgorithm::Execute() |
| 121 | { |
| 122 | vtkErrorMacro(<< "Definition of Execute() method should be in subclass and you should really use " |
| 123 | "the ExecuteData(vtkInformation *request,...) signature instead"); |
| 124 | } |
| 125 | |
| 126 | //------------------------------------------------------------------------------ |
| 127 | void vtkImageAlgorithm::CopyInputArrayAttributesToOutput(vtkInformation* vtkNotUsed(request), |
no outgoing calls
no test coverage detected