28 #ifndef vtkIOSRenderWindowInteractor_h
29 #define vtkIOSRenderWindowInteractor_h
69 static void SetClassExitMethod(
void (*f)(
void *),
void *arg);
70 static void SetClassExitMethodArgDelete(
void (*f)(
void *));
87 void SetTimerDictionary(
void *dictionary);
88 void *GetTimerDictionary();
95 static void (*ClassExitMethod)(
void *);
96 static void (*ClassExitMethodArgDelete)(
void *);
115 void SetIOSManager(
void *manager);
116 void *GetIOSManager();
virtual int InternalDestroyTimer(int platformTimerId)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
#define VTKRENDERINGOPENGL2_EXPORT
implements IOS specific functions required by vtkRenderWindowInteractor.
virtual void Initialize()
static vtkRenderWindowInteractor * New()
platform-independent render window interaction including picking and frame rate control.
a simple class to control print indentation
virtual void ExitCallback()
virtual void StartEventLoop()
virtual void TerminateApp(void)
static void * ClassExitMethodArg