00001 /*========================================================================= 00002 00003 Program: wxMaracas 00004 Module: $RCSfile: wxMaracas_ManualTree_MPRDlg.h,v $ 00005 Language: C++ 00006 Date: $Date: 2009/05/19 11:17:26 $ 00007 Version: $Revision: 1.2 $ 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__MANUAL__TREE__MPRDLG__HXX__ 00019 #define __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__ 00020 00021 00022 #include <wx/wx.h> 00023 #include <wx/panel.h> 00024 00025 #include "vtkImageData.h" 00026 00027 #include "wxMaracas_ManualTree_MPR.h" 00028 #include "manualContourModel.h" 00029 #include "kernel/marAxis.h" 00030 00031 00032 class wxMaracas_ManualTree_MPRDlg : public wxDialog 00033 { 00034 public: 00035 wxMaracas_ManualTree_MPRDlg(wxWindow* parent,marImageData *marimageData,double voxelSize); 00036 ~wxMaracas_ManualTree_MPRDlg( ); 00037 void ConfigureVTK(); 00038 void SetMarAxis( marAxis *maraxis ); 00039 bool ExportPoints(); 00040 private: 00041 wxWindow *_parent; 00042 wxMaracas_ManualTree_MPR *_manualTreeMPR; 00043 marAxis *_maraxis; 00044 00045 protected: 00046 }; 00047 00048 00049 00050 00051 #endif // __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__ 00052