X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2FwxMaracasMPR.h;h=717047d2d7cfcbf8ed67e70611f44c3621cb4279;hb=f09e0658d1c37d9a90c27dedffad8ce24bb8fcf0;hp=dc1dd1b576e60c3641d79361d9c6ab48a68e92e1;hpb=3e48d6cf83c4d96585d3e825899db643f9a62193;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h b/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h index dc1dd1b..717047d 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: wxMaracasMPR.h,v $ Language: C++ - Date: $Date: 2009/01/15 11:09:39 $ - Version: $Revision: 1.3 $ + Date: $Date: 2009/03/24 10:49:18 $ + Version: $Revision: 1.4 $ Copyright: (c) 2002, 2003 License: @@ -30,7 +30,7 @@ class creaMaracasVisu_EXPORT wxMaracasMPR : public wxPanel { public: - wxMaracasMPR( wxWindow* parent, marImageData* marimagedata,double voxelSize); + wxMaracasMPR( wxWindow* parent, marImageData* marimagedata=NULL,double voxelSize=-1); ~wxMaracasMPR( ); void ConfigureVTK(); vtkMPRBaseData *GetVtkMPRBaseData(); @@ -38,6 +38,8 @@ public: wxVtkMPR3DView *GetWxvtkmpr3Dview_BB(); void RefreshView(); + void setMarImage(marImageData *marimageData, double voxelsize); + private: wxMPRWidget* _MPR; };