]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h
#2482 creaMaracasVisu Bug New - HighColorLayer refresh missing. The MPR is not...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRBaseData.h
index 40f1fb0ce33d70424689089ed602b267443629c4..76ea0a1c798fdcf260276b90f5086636a2e2904e 100644 (file)
 class creaMaracasVisu_EXPORT vtkMPRBaseData: public vtkBaseData{
 public:
        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);
-       vtkTransform                    *GetTransformOrientation();
-       void                                    SetNormal(double nx, double ny, double nz);
-       void                                    InitTransformOrientation(vtkTransform *trans);
+       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);
+       vtkTransform*   GetTransformOrientation();
+       void                            SetNormal(double nx, double ny, double nz);
+       void                            InitTransformOrientation(vtkTransform *trans);
 
 protected:
-       int                                             _x1,_x2,_y1,_y2,_z1,_z2;
+       int                             _x1,_x2,_y1,_y2,_z1,_z2;
 
 private:
-       double                                  _x,_y;
-       vtkTransform                    *_transformOrientation;
+       double                  _x,_y;
+       vtkTransform    *_transformOrientation;
 };