]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/wxMaracas_ManualTree_MPR.h
1ae01f4007af61dfaf63e7a1234b92d052406068
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / wxMaracas_ManualTree_MPR.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: wxMaracas_ManualTree_MPR.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__MPR__HXX__
19 #define __WX__MARACAS__MANUAL__TREE__MPR__HXX__
20
21
22 #include <wx/wx.h>
23 #include <wx/panel.h>
24
25 #include "vtkImageData.h"
26
27 #include "widgets/wxManualTree_MPRWidget.h"
28
29 class wxMaracas_ManualTree_MPR : public wxPanel
30 {
31 public:
32     wxMaracas_ManualTree_MPR( wxWindow* parent, marImageData* marimagedata,double voxelSize);
33     ~wxMaracas_ManualTree_MPR( );
34         void ConfigureVTK();
35         vtkMPRBaseData          *GetVtkMPRBaseData();
36         vtkPlane2DView          *GetVtkPlane2DView();
37         manualContourModel      *GetManualContourModel();
38
39 private:
40          wxManualTree_MPRWidget* _MPR;
41 };
42
43
44
45
46
47 #endif // __WX__MARACAS__MANUAL__TREE__MPR__HXX__
48
49 // EOF - wxMaracasMPR.h