1 /*=========================================================================
4 Module: $RCSfile: wxMaracas_ManualTree_MPRDlg.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__MANUAL__TREE__MPRDLG__HXX__
19 #define __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__
25 #include "vtkImageData.h"
27 #include "wxMaracas_ManualTree_MPR.h"
28 #include "kernel/marAxis.h"
31 class wxMaracas_ManualTree_MPRDlg : public wxDialog
34 wxMaracas_ManualTree_MPRDlg(wxWindow* parent,marImageData *marimageData,double voxelSize);
35 ~wxMaracas_ManualTree_MPRDlg( );
37 void SetMarAxis( marAxis *maraxis );
41 wxMaracas_ManualTree_MPR *_manualTreeMPR;
50 #endif // __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__