wxMPRWidget2.h

Go to the documentation of this file.
00001 #ifndef WXMPRWIDGET2_H_
00002 #define WXMPRWIDGET2_H_
00003 
00004 #include "wxMPRWidget.h"
00005 
00006 class creaMaracasVisu_EXPORT wxMPRWidget2 : public wxMPRWidget
00007 {
00008 public:
00009         wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize);
00010         ~wxMPRWidget2();
00011         virtual void OnRefreshView(wxCommandEvent & event);
00012 private:
00013 protected:
00014 };
00015 
00016 #endif /*WXMPRWIDGET2_H_*/

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1