------------------------------------------------------------------------------
| 90 | |
| 91 | //------------------------------------------------------------------------------ |
| 92 | int vtkAnnotationLayersAlgorithm::RequestInformation(vtkInformation* vtkNotUsed(request), |
| 93 | vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector)) |
| 94 | { |
| 95 | // do nothing let subclasses handle it |
| 96 | return 1; |
| 97 | } |
| 98 | |
| 99 | //------------------------------------------------------------------------------ |
| 100 | int vtkAnnotationLayersAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request), |