| 466 | virtual int RequestData(vtkInformation* request, vtkInformationVector** inputVector, |
| 467 | vtkInformationVector* outputVector); |
| 468 | virtual int RequestDataObject(vtkInformation* vtkNotUsed(request), |
| 469 | vtkInformationVector** vtkNotUsed(inputVector), vtkInformationVector* vtkNotUsed(outputVector)) |
| 470 | { |
| 471 | return 1; |
| 472 | } |
| 473 | virtual int RequestInformation(vtkInformation* request, vtkInformationVector** inputVector, |
| 474 | vtkInformationVector* outputVector); |
| 475 | vtkTimeStamp ReadMTime; |
no outgoing calls
no test coverage detected