------------------------------------------------------------------------------ This is the superclasses style of Execute method. Convert it into an imaging style Execute method.
| 123 | // This is the superclasses style of Execute method. Convert it into |
| 124 | // an imaging style Execute method. |
| 125 | int vtkStructuredGridAlgorithm::RequestData(vtkInformation* vtkNotUsed(request), |
| 126 | vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector)) |
| 127 | { |
| 128 | return 0; |
| 129 | } |
| 130 | |
| 131 | //------------------------------------------------------------------------------ |
| 132 | void vtkStructuredGridAlgorithm::SetInputData(vtkDataObject* input) |