1 #ifndef WXMPRWIDGET2_H_
2 #define WXMPRWIDGET2_H_
4 #include "wxMPRWidget.h"
6 class creaMaracasVisu_EXPORT wxMPRWidget2 : public wxMPRWidget
9 wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize);
11 virtual void OnRefreshView(wxCommandEvent & event);
16 #endif /*WXMPRWIDGET2_H_*/