X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMPRWidget.h;h=2993255f36509b101dd88f2423a9cd074720ab2f;hb=24f24e2b64b9a959010e69a41dd85ed0d2f94be1;hp=70a911b1dca11a74ef77e85fa2aaa1f4a9547971;hpb=206564e24c5c40e1f8830bfd17ebb4cc99175ec2;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h index 70a911b..2993255 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget.h @@ -3,8 +3,8 @@ Program: wxMaracas Module: $RCSfile: wxMPRWidget.h,v $ Language: C++ - Date: $Date: 2008/11/06 10:00:54 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/11/12 16:25:06 $ + Version: $Revision: 1.4 $ Copyright: (c) 2002, 2003 License: @@ -18,7 +18,7 @@ #ifndef __WX__MPR__WIDGET__HXX__ #define __WX__MPR__WIDGET__HXX__ - +#include "marTypes.h" #include #include @@ -526,7 +526,7 @@ private: //------------------------------------------------------------------ //------------------------------------------------------------------ -class wxVtkMPR3DView +class MARACASVISULIB_EXPORTS wxVtkMPR3DView { public: wxVtkMPR3DView( wxVtk3DBaseView *wxvtk3Dbaseview ); @@ -939,7 +939,7 @@ private: -class wxMPRWidget : public wxPanel +class MARACASVISULIB_EXPORTS wxMPRWidget : public wxPanel { public: wxMPRWidget(wxWindow* parent,marImageData *marimageData,double voxelSize); @@ -1009,7 +1009,7 @@ private: }; -class wxMPRWidget2 : public wxMPRWidget +class MARACASVISULIB_EXPORTS wxMPRWidget2 : public wxMPRWidget { public: wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize);