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