]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxMPRWidget2.h
e325bdd565025862d14ffc984af6ce028843624c
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxMPRWidget2.h
1 #ifndef WXMPRWIDGET2_H_
2 #define WXMPRWIDGET2_H_
3
4 #include "wxMPRWidget.h"
5
6 class creaMaracasVisu_EXPORT wxMPRWidget2 : public wxMPRWidget
7 {
8 public:
9         wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize);
10         ~wxMPRWidget2();
11         virtual void OnRefreshView(wxCommandEvent & event);
12 private:
13 protected:
14 };
15
16 #endif /*WXMPRWIDGET2_H_*/