14 #ifndef vtkAbstractInteractionDevice_h 15 #define vtkAbstractInteractionDevice_h 18 #include "vtkRenderingCoreModule.h" 39 virtual void Initialize() = 0;
44 virtual void Start() = 0;
50 virtual void ProcessEvents() = 0;
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.
vtkAbstractRenderDevice * RenderDevice
vtkRenderWidget * GetRenderWidget()
a simple class to control print indentation
vtkAbstractRenderDevice * GetRenderDevice()
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
vtkRenderWidget * RenderWidget