X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FwxMPRWidget.h;h=23a3ae63ba612453bdf059569a91b93ef013d69a;hb=5416ef78d59b6a919d4fa1cb7167d379287d2e3d;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..23a3ae6 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/12/06 15:15:34 $ + Version: $Revision: 1.5 $ Copyright: (c) 2002, 2003 License: @@ -18,7 +18,7 @@ #ifndef __WX__MPR__WIDGET__HXX__ #define __WX__MPR__WIDGET__HXX__ - +#include "marTypes.h" #include #include @@ -46,7 +46,7 @@ //#include "kernel/marInterface.h" -#include "../manualContour.h" +#include "manualContour.h" #include "wxMPRBaseData.h" #include "wxVtkBaseView.h" @@ -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);