X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkBaseData.h;fp=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkBaseData.h;h=6870e0189568da85d478ea4509bc77b65219fa49;hb=69c806e632999e11e12e8626609f4192d3aec364;hp=09e36bd479dc5501ced2fb3f0697a03fbb99d046;hpb=00b3b34355fb96a6cdfcb3502950baac74d0fd0e;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h index 09e36bd..6870e01 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h @@ -42,10 +42,8 @@ public: virtual void Configure(); double GetZ(); void SetZ(double z); - int GetT(); void SetT(double t); - void SetColorWindow(double colorWindow); void SetColorLevel(double colorLevel); double GetColorWindow(); @@ -53,6 +51,10 @@ public: void AddObserver(int eventNumber, vtkCommand *observer); bool GetInterpolate(); void SetInterpolate(bool value); + bool GetFixAxis2D(); + void SetFixAxis2D(bool value); + double GetOpacityAxis(); + void SetOpacityAxis(double value); protected: marImageData *_marImageData; @@ -61,6 +63,8 @@ protected: double _colorWindow; double _colorLevel; bool _interpolate; + bool _fixAxis2D; + double _opacityAxis; vtkObject* _observable; private: