]> Creatis software - creaMaracasVisu.git/blob - lib/maracasVisuLib/src/interface/wxWindows/widgets/include/wxEmptyPanel_3_Widget.h
#3086 creaMaracasVisu Bug New Normal - Init opacity in ColorLayer box
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / include / wxEmptyPanel_3_Widget.h
1 /*# ---------------------------------------------------------------------
2 #
3 # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
4 #                        pour la Sant�)
5 # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
6 # Previous Authors : Laurent Guigues, Jean-Pierre Roux
7 # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
8 #
9 #  This software is governed by the CeCILL-B license under French law and
10 #  abiding by the rules of distribution of free software. You can  use,
11 #  modify and/ or redistribute the software under the terms of the CeCILL-B
12 #  license as circulated by CEA, CNRS and INRIA at the following URL
13 #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
14 #  or in the file LICENSE.txt.
15 #
16 #  As a counterpart to the access to the source code and  rights to copy,
17 #  modify and redistribute granted by the license, users are provided only
18 #  with a limited warranty  and the software's author,  the holder of the
19 #  economic rights,  and the successive licensors  have only  limited
20 #  liability.
21 #
22 #  The fact that you are presently reading this means that you have had
23 #  knowledge of the CeCILL-B license and that you accept its terms.
24 # ------------------------------------------------------------------------ */
25
26 #ifndef __WX__EMPTY__PANEL__3__WIDGET
27 #define __WX__EMPTY__PANEL__3__WIDGET
28
29
30
31 #include <vtkImageData.h>
32 #include "../manualContour.h"
33 #include "wxMPRWidget.h"
34
35
36 #include <wx/wx.h>
37 #include <wx/panel.h>
38
39 //------------------------------------------------------------------
40 //------------------------------------------------------------------
41 //------------------------------------------------------------------
42
43 class wxEmptyPanel_3_Widget: public wxPanel{
44 public:
45         wxEmptyPanel_3_Widget(wxWindow *parent);
46         ~wxEmptyPanel_3_Widget();
47         void ConfigureVTK(marImageData *marimagedata);
48         void OnContourA(wxCommandEvent& event);
49         void OnContourB(wxCommandEvent& event);
50         void OnContourAB(wxCommandEvent& event);
51         void Refresh();
52         void OnRefreshView(wxCommandEvent & event);
53 void CreateNewPoint(double x, double y);
54
55 private:
56         wxWindow                                *_parent;
57         vtkImageData                    *_data;
58         wxVtk2DBaseView                 *_imageviewer2D_1;
59         vtkBaseData                             *_vtkbasedata_1;
60         wxPanel                                 *CreateControlPanel(wxWindow *parent);
61         wxPanel                                 *CreateViewPanel(wxWindow *parent);
62
63         manualRoiControler              *_manRoiControl;
64         manualContourModel              *_mContourModel;
65         manualViewRoi                   *_mViewRoi;
66
67         manualContourControler  *_manContourControl_1;
68         manualContourModel              *_mContourModel_1;
69         manualViewContour               *_mViewContour_1;
70
71         manualContourControler  *_manContourControl_2;
72         manualContourModel              *_mContourModel_2;
73         manualViewContour               *_mViewContour_2;
74
75         DECLARE_EVENT_TABLE( );
76 };
77
78 #endif // __WX__EMPTY__PANEL__3__WIDGET
79
80
81
82