]> Creatis software - crea.git/blobdiff - src/creawxVTKRenderWindowInteractor.h
Clean code
[crea.git] / src / creawxVTKRenderWindowInteractor.h
index 7118318fac73910b0301264da090c0244aebd6a8..82b463a681d8bca11044b7cf46705c33e88a79c2 100644 (file)
@@ -79,6 +79,7 @@
 #include <wx/dcclient.h>
 
 // vtk includes
+#include <vtkVersionMacros.h>
 #include "vtkRenderWindowInteractor.h"
 #include "vtkRenderWindow.h"
 
 
 #include "creaSystem.h"
 
+#include "vtkTDxConfigure.h" // defines VTK_USE_TDX
+#ifdef VTK_USE_TDX
+class vtkTDxMacDevice;
+#endif
+
+
 
 // wx forward declarations
 class wxPaintEvent;
@@ -207,6 +214,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;