]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuManualPaint.h
#2864 creaMaracasVisu Feature New Normal - Manual Paint , modifies external image...
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuManualPaint.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 //=====
27 // Don't edit this file. This file is generated from xml description..
28 //=====
29 #ifdef _USE_WXWIDGETS_
30 #ifndef __bbcreaMaracasVisuManualPaint_h_INCLUDED__
31 #define __bbcreaMaracasVisuManualPaint_h_INCLUDED__
32 #include "bbcreaMaracasVisu_EXPORT.h"
33 #include "bbtkWxBlackBox.h"
34
35 #include "vtkImageData.h"
36 #include "wxVtkBaseView.h"
37
38
39 namespace bbcreaMaracasVisu
40 {
41
42
43 class bbcreaMaracasVisu_EXPORT ManualPaint
44  :
45    public bbtk::WxBlackBox
46 {
47   BBTK_BLACK_BOX_INTERFACE(ManualPaint,bbtk::WxBlackBox);
48 //=====
49 // Don't edit this file. This file is generated from xml description..
50 //=====
51   BBTK_DECLARE_INPUT(In,vtkImageData*);
52   BBTK_DECLARE_INPUT(In2,vtkImageData*);
53   BBTK_DECLARE_INPUT(WxVtkBaseView1,wxVtkBaseView*);
54   BBTK_DECLARE_INPUT(WxVtkBaseView2,wxVtkBaseView*);
55   BBTK_DECLARE_INPUT(WxVtkBaseView3,wxVtkBaseView*);
56   BBTK_DECLARE_INPUT(WxVtkBaseView4,wxVtkBaseView*);
57   BBTK_PROCESS(Process);
58   void Process();
59   BBTK_CREATE_WIDGET(CreateWidget);
60   void CreateWidget(wxWindow*);
61
62     bool firsttime;
63 //=====
64 // Don't edit this file. This file is generated from xml description..
65 //=====
66 };
67
68 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ManualPaint,bbtk::WxBlackBox);
69   BBTK_NAME("ManualPaint");
70   BBTK_AUTHOR("eduardo davila (Creatis)");
71   BBTK_DESCRIPTION("Voxel manual paint");
72   BBTK_CATEGORY("widget");
73
74   BBTK_INPUT(ManualPaint,In,"Input Image / image result",vtkImageData*,"");
75   BBTK_INPUT(ManualPaint,In2,"Image result",vtkImageData*,"");
76   BBTK_INPUT(ManualPaint,WxVtkBaseView1,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
77   BBTK_INPUT(ManualPaint,WxVtkBaseView2,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
78   BBTK_INPUT(ManualPaint,WxVtkBaseView3,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
79   BBTK_INPUT(ManualPaint,WxVtkBaseView4,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
80
81 BBTK_END_DESCRIBE_BLACK_BOX(ManualPaint);
82 //=====
83 // Don't edit this file. This file is generated from xml description..
84 //=====
85 }
86 // EO namespace bbcreaMaracasVisu
87
88 #endif // __bbcreaMaracasVisuManualPaint_h_INCLUDED__
89 #endif // _USE_WXWIDGETS_
90