X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FcreawxVTKRenderWindowInteractor.h;h=b465e3c5ea240efd155a1df89917fb5b9c12fa8e;hb=5e2ead6bede930b7c36d4ea2bf55a4214eec7513;hp=7118318fac73910b0301264da090c0244aebd6a8;hpb=34c6722fa5af8ea0597ed866028aaa19bc21cda1;p=crea.git diff --git a/src/creawxVTKRenderWindowInteractor.h b/src/creawxVTKRenderWindowInteractor.h index 7118318..b465e3c 100644 --- a/src/creawxVTKRenderWindowInteractor.h +++ b/src/creawxVTKRenderWindowInteractor.h @@ -99,6 +99,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 +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;