28 #ifndef __vtkCocoaRenderWindowInteractor_h
29 #define __vtkCocoaRenderWindowInteractor_h
32 #include "vtkTDxConfigure.h"
72 vtkSetMacro(InstallMessageProc,
int);
73 vtkGetMacro(InstallMessageProc,
int);
74 vtkBooleanMacro(InstallMessageProc,
int);
88 static void SetClassExitMethod(
void (*f)(
void *),
void *arg);
89 static void SetClassExitMethodArgDelete(
void (*f)(
void *));
108 void SetTimerDictionary(
void *dictionary);
109 void *GetTimerDictionary();
110 void SetCocoaServer(
void *server);
111 void *GetCocoaServer();
119 static void (*ClassExitMethod)(
void *);
120 static void (*ClassExitMethodArgDelete)(
void *);
135 void SetCocoaManager(
void *manager);
136 void *GetCocoaManager();
Implementation of vtkTDxDevice on Mac.
virtual int InternalDestroyTimer(int platformTimerId)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
static void * ClassExitMethodArg
virtual void Initialize()
static vtkRenderWindowInteractor * New()
implements Cocoa specific functions required by vtkRenderWindowInteractor.
platform-independent render window interaction including picking and frame rate control.
a simple class to control print indentation
virtual void ExitCallback()
virtual void TerminateApp(void)