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