]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuManualPaint.cxx
f29e5e103d08c2e36bad2b7aad9fb24542061e59
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuManualPaint.cxx
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 //=====
27 // Don't edit this file. This file is generated from xml description..
28 //=====
29 #include "bbcreaMaracasVisuManualPaint.h"
30 #include "bbcreaMaracasVisuPackage.h"
31
32 #include "ManualPaintPanel.h"
33 #include "ManualPaintModel.h"
34 #include "ManualPaintControler.h"
35 #include "wxManualPaintPanel.h"
36
37 #include <wx/msgdlg.h>
38
39 namespace bbcreaMaracasVisu
40 {
41
42
43 //---------------------------------------------------------------------------------
44 //---------------------------------------------------------------------------------
45 //---------------------------------------------------------------------------------
46
47
48 BBTK_ADD_BLACK_BOX_TO_PACKAGE(creaMaracasVisu,ManualPaint)
49 BBTK_BLACK_BOX_IMPLEMENTATION(ManualPaint,bbtk::WxBlackBox);
50 //=====
51 // Don't edit this file. This file is generated from xml description..
52 //=====
53 void ManualPaint::Process()
54 {
55 printf("ManualPaint::Process start\n");
56
57
58 /*
59    std::string msg;
60     if (bbGetInputTitle()!="")
61       {
62         msg = bbGetInputTitle()+": " + bbGetInputIn();
63       }
64     else
65       {
66         msg = bbGetInputIn();
67       }
68    ((wxStaticText*)bbGetOutputWidget())->SetLabel( bbtk::std2wx( msg ) );
69   */
70
71     if (bbGetInputWxVtkBaseView1()==NULL)
72     {
73       wxMessageDialog(NULL,  bbtk::std2wx("(ManualPaint) Input 'WxVtkBaseView' is not set"),  bbtk::std2wx(bbGetFullName()) ).ShowModal();
74     }
75
76     if (bbGetInputIn()==NULL)
77     {
78       wxMessageDialog(NULL,  bbtk::std2wx("(ManualPaint) Input 'vtkImageData' is not set"),  bbtk::std2wx(bbGetFullName()) ).ShowModal();
79     }
80
81
82     if (firsttime==true)
83     {
84         firsttime=false;
85
86         ManualPaintModel        *mpModel        = new ManualPaintModel();
87         mpModel->SetImage( bbGetInputIn() );
88
89         wxManualPaintPanel        *mpPanel        = (wxManualPaintPanel*)bbGetOutputWidget();
90 printf("ManualPaint::Process 1\n");
91         mpPanel->SetManualPaintModel(mpModel);
92 printf("ManualPaint::Process 2 %p\n", mpPanel);
93
94         if (bbGetInputWxVtkBaseView1()!=NULL)
95         {
96             ManualPaintControler    *mpControler    = new ManualPaintControler();
97             mpControler->SetManualPaintModel(mpModel);
98 printf("ManualPaint::Process 3\n");
99             mpControler->SetManualPaintPanel(mpPanel);
100 printf("ManualPaint::Process 4\n");
101             mpControler->SetWxVtk2DBaseView( (wxVtk2DBaseView*)bbGetInputWxVtkBaseView1() );
102 printf("ManualPaint::Process 5 %p \n",bbGetInputWxVtkBaseView1() );
103             mpControler->Config();
104 printf("ManualPaint::Process 6\n");
105         }
106
107         if (bbGetInputWxVtkBaseView2()!=NULL)
108         {
109 printf("ManualPaint::Process 7\n");
110             ManualPaintControler    *mpControler    = new ManualPaintControler();
111 printf("ManualPaint::Process 7.1\n");
112             mpControler->SetManualPaintModel(mpModel);
113 printf("ManualPaint::Process 7.2\n");
114             mpControler->SetManualPaintPanel(mpPanel);
115 printf("ManualPaint::Process 7.3\n");
116             mpControler->SetWxVtk2DBaseView( (wxVtk2DBaseView*)bbGetInputWxVtkBaseView2() );
117 printf("ManualPaint::Process 7.4 %p\n", bbGetInputWxVtkBaseView2() );
118             mpControler->Config();
119 printf("ManualPaint::Process 8\n");
120         }
121
122         if (bbGetInputWxVtkBaseView3()!=NULL)
123         {
124 printf("ManualPaint::Process 9\n");
125             ManualPaintControler    *mpControler    = new ManualPaintControler();
126             mpControler->SetManualPaintModel(mpModel);
127             mpControler->SetManualPaintPanel(mpPanel);
128             mpControler->SetWxVtk2DBaseView( (wxVtk2DBaseView*)bbGetInputWxVtkBaseView3() );
129             mpControler->Config();
130 printf("ManualPaint::Process 10\n");
131         }
132
133         if (bbGetInputWxVtkBaseView4()!=NULL)
134         {
135 printf("ManualPaint::Process 11\n");
136             ManualPaintControler    *mpControler    = new ManualPaintControler();
137             mpControler->SetManualPaintModel(mpModel);
138             mpControler->SetManualPaintPanel(mpPanel);
139             mpControler->SetWxVtk2DBaseView( (wxVtk2DBaseView*)bbGetInputWxVtkBaseView4() );
140             mpControler->Config();
141 printf("ManualPaint::Process 12\n");
142         }
143 printf("ManualPaint::Process 13\n");
144
145     }
146 printf("ManualPaint::Process end\n");
147
148 }
149 //=====
150 // Don't edit this file. This file is generated from xml description..
151 //=====
152 void ManualPaint::CreateWidget(wxWindow* parent)
153 {
154    bbSetOutputWidget( new wxManualPaintPanel(parent) );
155 }
156
157 //=====
158 // Don't edit this file. This file is generated from xml description..
159 //=====
160 void ManualPaint::bbUserSetDefaultValues()
161 {
162     firsttime=true;
163     bbSetInputIn(NULL);
164     bbSetInputWxVtkBaseView1(NULL);
165     bbSetInputWxVtkBaseView2(NULL);
166     bbSetInputWxVtkBaseView3(NULL);
167     bbSetInputWxVtkBaseView4(NULL);
168 }
169 //=====
170 // Don't edit this file. This file is generated from xml description..
171 //=====
172 void ManualPaint::bbUserInitializeProcessing()
173 {
174
175 }
176 //=====
177 // Don't edit this file. This file is generated from xml description..
178 //=====
179 void ManualPaint::bbUserFinalizeProcessing()
180 {
181
182 }
183
184 } // EO namespace bbcreaMaracasVisu
185
186