]> Creatis software - crea.git/blobdiff - src/creawxVTKRenderWindowInteractor.h
3388 TDx
[crea.git] / src / creawxVTKRenderWindowInteractor.h
index 7118318fac73910b0301264da090c0244aebd6a8..b465e3c5ea240efd155a1df89917fb5b9c12fa8e 100644 (file)
 
 #include "creaSystem.h"
 
+#include "vtkTDxConfigure.h" // defines VTK_USE_TDX
+#ifdef VTK_USE_TDX
+class vtkTDxMacDevice;
+#endif
+
+
 
 // wx forward declarations
 class wxPaintEvent;
@@ -207,6 +213,11 @@ class CREA_EXPORT wxVTKRenderWindowInteractor : public wxWindow, public vtkRende
     long GetHandleHack();
     int Stereo;
     
+#ifdef VTK_USE_TDX
+  vtkTDxMacDevice *Device;
+#endif
+
+    
   private:
     long Handle;
     bool Created;