]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h
#3331 creaMaracasVisu Bug New Normal - Select contour with 2 points, HelpViewerNV
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkBaseData.h
index 09e36bd479dc5501ced2fb3f0697a03fbb99d046..4047fc9636920d00efcac3ef5985def86e91977a 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,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:
 
 };