#ifndef WXMPRWIDGET2_H_ #define WXMPRWIDGET2_H_ #include "wxMPRWidget.h" class creaMaracasVisu_EXPORT wxMPRWidget2 : public wxMPRWidget { public: wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize); ~wxMPRWidget2(); virtual void OnRefreshView(wxCommandEvent & event); private: protected: }; #endif /*WXMPRWIDGET2_H_*/