X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreawxVTKRenderWindowInteractor.h;h=82b463a681d8bca11044b7cf46705c33e88a79c2;hb=fd0540f50c983b55494f9dbe67448ffb10f869fe;hp=7118318fac73910b0301264da090c0244aebd6a8;hpb=34c6722fa5af8ea0597ed866028aaa19bc21cda1;p=crea.git diff --git a/src/creawxVTKRenderWindowInteractor.h b/src/creawxVTKRenderWindowInteractor.h index 7118318..82b463a 100644 --- a/src/creawxVTKRenderWindowInteractor.h +++ b/src/creawxVTKRenderWindowInteractor.h @@ -79,6 +79,7 @@ #include // vtk includes +#include #include "vtkRenderWindowInteractor.h" #include "vtkRenderWindow.h" @@ -99,6 +100,12 @@ #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;