14#ifndef vtkGenericRenderWindowInteractor_h 
   15#define vtkGenericRenderWindowInteractor_h 
   18#include "vtkRenderingUIModule.h"  
   20VTK_ABI_NAMESPACE_BEGIN
 
platform-independent programmable render window interactor.
 
int InternalDestroyTimer(int platformTimerId) override
Generic internal timer methods.
 
virtual void TimerEvent()
Fire TimerEvent.
 
vtkGenericRenderWindowInteractor()
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
int InternalCreateTimer(int timerId, int timerType, unsigned long duration) override
Generic internal timer methods.
 
~vtkGenericRenderWindowInteractor() override
 
static vtkGenericRenderWindowInteractor * New()
 
vtkTypeBool TimerEventResetsTimer
 
a simple class to control print indentation
 
platform-independent render window interaction including picking and frame rate control.