]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/wxManualTree_MPRWidget.h
creaMaracasVisu Library
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / wxManualTree_MPRWidget.h
1 /*=========================================================================
2
3   Program:   wxMaracas
4   Module:    $RCSfile: wxManualTree_MPRWidget.h,v $
5   Language:  C++
6   Date:      $Date: 2008/10/31 16:32:42 $
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__MANUAL__TREE__MPR__WIDGET__HXX__
19 #define __WX__MANUAL__TREE__MPR__WIDGET__HXX__
20
21 /*
22 #include <vector>
23
24 #include <vtkObjectBase.h>
25 #include <vtkCommand.h>
26 #include <vtkActor.h>
27 #include <vtkPoints.h>
28 #include <vtkPolyData.h>
29 #include <vtkPolyDataMapper.h>
30 #include <vtkProbeFilter.h>
31 #include <vtkPlaneSource.h> 
32 #include <vtkImageChangeInformation.h>
33 #include <vtkStructuredPoints.h> 
34 #include <vtkTransform.h> 
35 #include <vtkImageViewer2.h> 
36 #include <vtkBoxWidget.h>
37 */
38              
39 /*
40 #include "kernel/marInterface.h"
41
42 #include "wxMPRBaseData.h"
43 #include "wxVtkBaseView.h"
44 */
45
46 #include "wxMPRWidget.h"
47 #include "../manualContour.h"
48
49 #include <wx/notebook.h>
50
51
52 //------------------------------------------------------------------
53 //------------------------------------------------------------------
54 //------------------------------------------------------------------
55
56
57 class wxManualTree_MPRWidget : public wxPanel
58 {
59 public:
60     wxManualTree_MPRWidget(wxWindow* parent,marImageData *marimageData,double voxelSize);
61         ~wxManualTree_MPRWidget( );
62
63         void ConfigureVTK();
64
65         void RefreshView();
66         void OnRefreshView(wxCommandEvent & event);
67
68
69         vtkMPRBaseData          *GetVtkMPRBaseData();
70         vtkPlane2DView          *GetVtkPlane2DView();
71
72         manualContourModel      *GetManualContourModel();
73
74
75 private:
76         double                                                          _voxelSize;
77         marImageData                                            *_marimageData; 
78         wxMPRWidget2                                            *_MPRWidget2;
79
80         //
81         manualContour3VControler                        *_manContourControl_0;
82         manualView3VContour                                     *_mViewContour_0;
83
84         manualContour3VControler                        *_manContourControl_1;
85         manualView3VContour                                     *_mViewContour_1;
86
87         manualContour3VControler                        *_manContourControl_2;
88         manualContourModel                                      *_mContourModel_2;
89         manualView3VContour                                     *_mViewContour_2;
90
91         manualContour3V3DControler                      *_manContourControl_3V3D;
92         manualView3DContour                                     *_mViewContour_3D;
93
94
95         manualContourPerpPlaneControler         *_manContourControl_p;
96         manualViewPerpPlaneContour                      *_mViewContour_p;
97
98         //
99         wxVtk3DBaseView                                         *_wxvtk3Dbaseview_Clipping3D_C;
100         wxVtkMPR3DView                                          *_wxvtkmpr3Dview_C;
101         wxVtkClipping3DView                                     *_wxvtkclipping3Dview_C;
102
103         wxPanel         *Create3DViewContour( wxWindow *parent, vtkMPRBaseData *vtkmprbasedata);
104         void            ConfigureContour();
105
106         DECLARE_EVENT_TABLE( );
107
108
109
110 };
111
112
113
114
115 #endif // __WX__MANUAL__TREE__MPR__WIDGET__HXX__
116
117 // EOF - wxManualTree_MPRWidget.h