wxMaracasPathology_01.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__PATHOLOGY__01__HXX__
00019 #define __WX__MARACAS__PATHOLOGY__01__HXX__
00020
00021
00022 #include <wx/wx.h>
00023 #include <wx/panel.h>
00024
00025 #include "vtkImageData.h"
00026 #include "widgets/wxPathologyWidget_01.h"
00027
00028
00029
00030 class wxMaracasPathology_01 : public wxPanel
00031 {
00032 public:
00033 wxMaracasPathology_01( wxWindow* parent,marInterface *mar);
00034 ~wxMaracasPathology_01( );
00035 void ConfigureVTK();
00036 void ConfigureVTK(vtkImageData *imagedata, int x, int y, int z, double param);
00037 private:
00038 wxPathologyWidget_01* _pathologywidget;
00039 };
00040
00041 #endif // __WX__MARACAS__PATHOLOGY__01__HXX__
00042