X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxVtk2DBaseView.h;h=6903109de2e6cd1fcc4fde3f8d6eee71c649a8e7;hb=825f47d7d281a359e9fec03de88e7db58e9e49ff;hp=7ceccfb34f905bb327c97be8925e39c29ccc28a6;hpb=6e940f8b87d85a90438f01d56c3c6c92da2bc14a;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h index 7ceccfb..6903109 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxVtk2DBaseView.h @@ -6,6 +6,7 @@ //class vtkInteractorStyleBaseView; #include "vtkInteractorStyleBaseView.h" +#include "vtkInteractorStyleBaseView2D.h" class vtkInfoTextImage; class vtkInfoTextImageInteractor; @@ -36,11 +37,18 @@ public: void setColorTransferFunction(vtkColorTransferFunction* colortable); + void setWindowLevel(double level); + + void setColorLevel(double level); + virtual int GetDirection(); + + private: vtkBaseData *_vtkbasedata; vtkInfoTextImage *_vtkIinfoTextImage; vtkInfoTextImageInteractor *_vtkIinfoTextImageInteractor; + vtkInteractorStyleBaseView2D * _style2D; protected: