 |
VTK
9.0.1
|
Go to the documentation of this file.
14 #ifndef vtkAbstractInteractionDevice_h
15 #define vtkAbstractInteractionDevice_h
18 #include "vtkRenderingCoreModule.h"
vtkAbstractRenderDevice * RenderDevice
vtkRenderWidget * GetRenderWidget()
vtkAbstractRenderDevice * GetRenderDevice()
abstract base class for most VTK objects
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkRenderWidget * RenderWidget
~vtkAbstractInteractionDevice() override
a simple class to control print indentation
static vtkAbstractInteractionDevice * New()
Make a new device, this class is abstract and one of its derived forms will be returned,...
virtual void Initialize()=0
Initialize the interaction device.
virtual void Start()=0
Start the event loop.
vtkAbstractInteractionDevice()
void SetRenderDevice(vtkAbstractRenderDevice *device)
void SetRenderWidget(vtkRenderWidget *widget)
virtual void ProcessEvents()=0
Process any pending events, this can be used to process OS level events without running a full event ...