]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h
#3413 creaMaracasVisu Feature New Normal - openmp and Transparent mechanism in...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRBaseData.h
index 76ea0a1c798fdcf260276b90f5086636a2e2904e..d2124d8b85f9a6a6ee8a776c35a3cd6da298c1b2 100644 (file)
 class creaMaracasVisu_EXPORT vtkMPRBaseData: public vtkBaseData{
 public:
        vtkMPRBaseData();
-       virtual                         ~vtkMPRBaseData();
+       virtual                 ~vtkMPRBaseData();
        virtual void    Configure();
        int                             GetMaxPositionX( );
        int                             GetMaxPositionY( );
        int                             GetMaxPositionZ( );
        double                  GetX();
        double                  GetY();
-       void                            SetX(double x);
-       void                            SetY(double y);
-       void                            GetDimensionExtention(int *x1,int *x2,int *y1,int *y2,int *z1,int *z2);
+       void                    SetX(double x);
+       void                    SetY(double y);
+       void                    GetDimensionExtention(int *x1,int *x2,int *y1,int *y2,int *z1,int *z2);
        vtkTransform*   GetTransformOrientation();
-       void                            SetNormal(double nx, double ny, double nz);
-       void                            InitTransformOrientation(vtkTransform *trans);
+       void                    SetNormal(double nx, double ny, double nz);
+       void                    InitTransformOrientation(vtkTransform *trans);
 
 protected:
        int                             _x1,_x2,_y1,_y2,_z1,_z2;
@@ -109,6 +109,8 @@ protected:
 private:
        double                  _x,_y;
        vtkTransform    *_transformOrientation;
+//EED 2020-01-21
+       double                  _xBack,_yBack;
 };