]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/wxMaracas_ManualTree_MPRDlg.h
4b077c1871db6b91e176ee6e8e61405d1d02f55f
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracas_ManualTree_MPRDlg.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: wxMaracas_ManualTree_MPRDlg.h,v $
5   Language:  C++
6   Date:      $Date: 2008/10/31 16:32:11 $
7   Version:   $Revision: 1.1 $
8
9   Copyright: (c) 2002, 2003
10   License:
11   
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.
15
16 =========================================================================*/
17
18 #ifndef __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__
19 #define __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__
20
21
22 #include <wx/wx.h>
23 #include <wx/panel.h>
24
25 #include "vtkImageData.h"
26
27 #include "wxMaracas_ManualTree_MPR.h"
28 #include "kernel/marAxis.h"
29
30
31 class wxMaracas_ManualTree_MPRDlg : public wxDialog
32 {
33 public:
34     wxMaracas_ManualTree_MPRDlg(wxWindow* parent,marImageData *marimageData,double voxelSize);
35         ~wxMaracas_ManualTree_MPRDlg( );
36         void ConfigureVTK();
37         void SetMarAxis( marAxis *maraxis  );
38         bool ExportPoints();
39 private:
40         wxWindow                                        *_parent;
41         wxMaracas_ManualTree_MPR        *_manualTreeMPR;
42         marAxis                                         *_maraxis;
43
44 protected:
45 };
46
47
48
49
50 #endif // __WX__MARACAS__MANUAL__TREE__MPRDLG__HXX__
51