wxMaracasEmptyPanel.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef __WX__MARACAS__EMPTY_PANEL__HXX__
00019 #define __WX__MARACAS__EMPTY_PANEL__HXX__
00020
00021
00022 #include <wx/wx.h>
00023 #include <wx/panel.h>
00024
00025 #include "vtkImageData.h"
00026
00027 #include "widgets/wxEmptyPanelWidget.h"
00028
00029 class wxMaracasEmptyPanel : public wxPanel
00030 {
00031 public:
00032 wxMaracasEmptyPanel( wxFrame* parent);
00033 ~wxMaracasEmptyPanel( );
00034 void ConfigureVTK(vtkImageData *imagedata, int x, int y, int z);
00035 private:
00036 wxEmptyPanelWidget* _emptyPanel;
00037 };
00038
00039 #endif // __WX__MARACAS__MPR__HXX__
00040
00041