]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/vtkBaseData.h
3263 creaMaracasVisu Feature New Normal - ViewerNV sync ParallelScale Camera
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / vtkBaseData.h
index 6870e0189568da85d478ea4509bc77b65219fa49..4047fc9636920d00efcac3ef5985def86e91977a 100644 (file)
@@ -54,8 +54,10 @@ public:
        bool                    GetFixAxis2D();
        void                    SetFixAxis2D(bool value);
        double                  GetOpacityAxis();
-       void                    SetOpacityAxis(double value);
-       
+       void                    SetOpacityAxis(double value);   
+       double                  GetCameraParallelScale();
+       void                    SetCameraParallelScale(double value);
+
 protected:
        marImageData    *_marImageData;
        double                  _z;
@@ -66,6 +68,7 @@ protected:
        bool                    _fixAxis2D;
        double                  _opacityAxis;
        vtkObject*              _observable;
+       double                  _cameraparallelScale;
 private:
 
 };