X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2FwxMaracasMPR.h;h=717047d2d7cfcbf8ed67e70611f44c3621cb4279;hb=21c2226cf3dcad1daf3fb04818583b559694fa81;hp=1f888d66d3d2016e959a5706bd8615237e40a8b6;hpb=c5feadbb145eecf6d73f793535b7e23eb18db2cb;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h b/lib/maracasVisuLib/src/interface/wxWindows/wxMaracasMPR.h index 1f888d6..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: 2008/10/31 16:32:10 $ - Version: $Revision: 1.1 $ + Date: $Date: 2009/03/24 10:49:18 $ + Version: $Revision: 1.4 $ Copyright: (c) 2002, 2003 License: @@ -27,10 +27,10 @@ #include "widgets/wxMPRWidget.h" -class MAR_INTERFACEWX_EXPORT wxMaracasMPR : public wxPanel +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; };