X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FvtkBaseData.h;h=4047fc9636920d00efcac3ef5985def86e91977a;hb=d98fd43bb0bba8c95bfaf4c88e5ff7f7f8ac0e95;hp=09e36bd479dc5501ced2fb3f0697a03fbb99d046;hpb=439cc05f12e61d0ba090ec0c2ba8701d382238d7;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..4047fc9 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,7 +51,13 @@ 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); + double GetCameraParallelScale(); + void SetCameraParallelScale(double value); + protected: marImageData *_marImageData; double _z; @@ -61,7 +65,10 @@ protected: double _colorWindow; double _colorLevel; bool _interpolate; + bool _fixAxis2D; + double _opacityAxis; vtkObject* _observable; + double _cameraparallelScale; private: };