------------------------------------------------------------------------------
| 97 | |
| 98 | //------------------------------------------------------------------------------ |
| 99 | int vtkTreeAlgorithm::RequestUpdateTime(vtkInformation* vtkNotUsed(request), |
| 100 | vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector)) |
| 101 | { |
| 102 | // do nothing let subclasses handle it |
| 103 | return 1; |
| 104 | } |
| 105 | |
| 106 | //------------------------------------------------------------------------------ |
| 107 | int vtkTreeAlgorithm::RequestUpdateExtent(vtkInformation* vtkNotUsed(request), |
no outgoing calls
no test coverage detected