| 104 | } |
| 105 | |
| 106 | void vtkImageAlgorithm::ExecuteDataWithInformation(vtkDataObject* dobj, vtkInformation*) |
| 107 | { |
| 108 | this->ExecuteData(dobj); |
| 109 | } |
| 110 | |
| 111 | //------------------------------------------------------------------------------ |
| 112 | // Assume that any source that implements ExecuteData |
no test coverage detected