]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h
#3012 creaMaracasVisu Bug New Normal - Update Image in ViewerNV
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRBaseData.h
index 76ea0a1c798fdcf260276b90f5086636a2e2904e..a77e08ea570ef7e0712c68c4ba98319f2fae4318 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;