------------------------------------------------------------------------------
| 204 | |
| 205 | //------------------------------------------------------------------------------ |
| 206 | int vtkHyperTreeGridAlgorithm::RequestInformation( |
| 207 | vtkInformation*, vtkInformationVector**, vtkInformationVector*) |
| 208 | { |
| 209 | // Do nothing and let subclasses handle it if needed |
| 210 | return 1; |
| 211 | } |
| 212 | |
| 213 | //------------------------------------------------------------------------------ |
| 214 | int vtkHyperTreeGridAlgorithm::RequestUpdateTime( |