X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FcreawxVTKRenderWindowInteractor.h;h=82b463a681d8bca11044b7cf46705c33e88a79c2;hb=f19db1f9b569fa0b965cb79728b153510ad6f92b;hp=7118318fac73910b0301264da090c0244aebd6a8;hpb=39d91a8ecbd442c26197528c21e7e762f3ae7026;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;