------------------------------------------------------------------------------
| 115 | |
| 116 | //------------------------------------------------------------------------------ |
| 117 | int vtkAnnotationLayersAlgorithm::RequestUpdateTime( |
| 118 | vtkInformation*, vtkInformationVector**, vtkInformationVector*) |
| 119 | { |
| 120 | return 1; |
| 121 | } |
| 122 | |
| 123 | //------------------------------------------------------------------------------ |
| 124 | // This is the superclasses style of Execute method. Convert it into |