]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h
#3155 creaMaracasVisu Feature New Normal - ViewerPlane ComplexBox
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkBaseData.h
index 09e36bd479dc5501ced2fb3f0697a03fbb99d046..6870e0189568da85d478ea4509bc77b65219fa49 100644 (file)
@@ -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: