1 /*=========================================================================
4 Module: $RCSfile: wxMaracas_ManualContour_Panel.h,v $
6 Date: $Date: 2008/10/31 16:32:11 $
7 Version: $Revision: 1.1 $
9 Copyright: (c) 2002, 2003
12 This software is distributed WITHOUT ANY WARRANTY; without even
13 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
14 PURPOSE. See the above copyright notice for more information.
16 =========================================================================*/
18 #ifndef __WX__MARACAS__MANUALCONTOUR__PANEL__HXX__
19 #define __WX__MARACAS__MANUALCONTOUR__PANEL__HXX__
25 #include "vtkImageData.h"
27 //#include "widgets/wxEmptyPanel_3_Widget.h"
29 //#include "widgets/wxMPRBaseData.h"
30 //#include "widgets/wxVtkBaseView.h"
31 #include "widgets/wxMPRWidget.h"
34 class wxMaracas_ManualContour_Panel : public wxPanel
37 wxMaracas_ManualContour_Panel( wxWindow* parent );
38 ~wxMaracas_ManualContour_Panel( );
39 void ConfigureVTK(marImageData *marimagedata);
41 void OnActualChange(wxCommandEvent& event);
42 void OnRefreshView( wxCommandEvent & event);
47 vtkPlane2DView *_vtkplane2Dview;
49 wxWindow* CreateViewerPanel(wxWindow* parent);
50 wxWindow* CreateSplitePanel(wxWindow *parent);
52 DECLARE_EVENT_TABLE();
62 #endif // __WX__MARACAS__MANUALCONTOUR__PANEL__HXX__
64 // EOF - wxMaracas_ManualContour_Panel.h