14#ifndef Q_VTK_INTERACTOR_ADAPTER_H
15#define Q_VTK_INTERACTOR_ADAPTER_H
18#include "vtkGUISupportQtModule.h"
19#include <QtCore/QObject>
23VTK_ABI_NAMESPACE_BEGIN
void SetDevicePixelRatio(float ratio, vtkRenderWindowInteractor *iren=nullptr)
static const double DevicePixelRatioTolerance
QVTKInteractorAdapter(QObject *parent=nullptr)
~QVTKInteractorAdapter() override
bool EnableTouchProcessing
bool GetEnableTouchEventProcessing() const
float GetDevicePixelRatio()
void SetEnableTouchEventProcessing(bool val)
bool ProcessEvent(QEvent *e, vtkRenderWindowInteractor *iren)
platform-independent render window interaction including picking and frame rate control.