X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMPRBaseData.h;h=76ea0a1c798fdcf260276b90f5086636a2e2904e;hb=4dcdcabb81ce9f9e9b7ccdb86a64995d7b18ea23;hp=40f1fb0ce33d70424689089ed602b267443629c4;hpb=e4ef2b5df5aac431ff3b806f83b7dd5e55e89d86;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h index 40f1fb0..76ea0a1 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRBaseData.h @@ -89,26 +89,26 @@ 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; };