------------------------------------------------------------------------------
| 212 | |
| 213 | //------------------------------------------------------------------------------ |
| 214 | int vtkHyperTreeGridAlgorithm::RequestUpdateTime( |
| 215 | vtkInformation*, vtkInformationVector**, vtkInformationVector*) |
| 216 | { |
| 217 | // Do nothing and let subclasses handle it if needed |
| 218 | return 1; |
| 219 | } |
| 220 | |
| 221 | //------------------------------------------------------------------------------ |
| 222 | int vtkHyperTreeGridAlgorithm::RequestUpdateExtent( |