| 71 | // some convenience downcasts |
| 72 | virtual vtkEventDataForDevice* GetAsEventDataForDevice() { return nullptr; } |
| 73 | virtual vtkEventDataDevice3D* GetAsEventDataDevice3D() { return nullptr; } |
| 74 | |
| 75 | protected: |
| 76 | vtkEventData() = default; |
no outgoing calls
no test coverage detected