wxMaracas_ManualContour_Panel.h

Go to the documentation of this file.
00001 /*=========================================================================
00002 
00003   Program:   wxMaracas
00004   Module:    $RCSfile: wxMaracas_ManualContour_Panel.h,v $
00005   Language:  C++
00006   Date:      $Date: 2009/05/14 13:54:54 $
00007   Version:   $Revision: 1.1 $
00008 
00009   Copyright: (c) 2002, 2003
00010   License:
00011   
00012      This software is distributed WITHOUT ANY WARRANTY; without even 
00013      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
00014      PURPOSE.  See the above copyright notice for more information.
00015 
00016 =========================================================================*/
00017 
00018 #ifndef __WX__MARACAS__MANUALCONTOUR__PANEL__HXX__
00019 #define __WX__MARACAS__MANUALCONTOUR__PANEL__HXX__
00020 
00021 
00022 #include <wx/wx.h>
00023 #include <wx/panel.h>
00024 
00025 #include "vtkImageData.h"
00026 
00027 //#include "widgets/wxEmptyPanel_3_Widget.h"
00028 
00029 //#include "widgets/wxMPRBaseData.h"
00030 //#include "widgets/wxVtkBaseView.h"
00031 #include "widgets/wxMPRWidget.h"
00032 
00033 
00034 class wxMaracas_ManualContour_Panel : public wxPanel
00035 {
00036 public:
00037     wxMaracas_ManualContour_Panel( wxWindow* parent );
00038     ~wxMaracas_ManualContour_Panel( );
00039         void ConfigureVTK(marImageData *marimagedata);
00040 
00041         void OnActualChange(wxCommandEvent& event);
00042         void OnRefreshView( wxCommandEvent & event);
00043 
00044 
00045 private:
00046 
00047         vtkPlane2DView *_vtkplane2Dview;
00048 
00049         wxWindow* CreateViewerPanel(wxWindow* parent);
00050         wxWindow* CreateSplitePanel(wxWindow *parent);
00051 
00052         DECLARE_EVENT_TABLE();
00053 };
00054 
00055 
00056 
00057 
00058 
00059 
00060 
00061 
00062 #endif // __WX__MARACAS__MANUALCONTOUR__PANEL__HXX__
00063 
00064 // EOF - wxMaracas_ManualContour_Panel.h

Generated on 18 Mar 2010 for creaMaracasVisu_lib by  doxygen 1.6.1