]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuManualPaint.h
c35662fc758ad3078664d53c28a50a843972766c
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuManualPaint.h
1 //=====
2 // Don't edit this file. This file is generated from xml description..
3 //=====
4 #ifdef _USE_WXWIDGETS_
5 #ifndef __bbcreaMaracasVisuManualPaint_h_INCLUDED__
6 #define __bbcreaMaracasVisuManualPaint_h_INCLUDED__
7 #include "bbcreaMaracasVisu_EXPORT.h"
8 #include "bbtkWxBlackBox.h"
9
10 #include "vtkImageData.h"
11 #include "wxVtkBaseView.h"
12
13
14 namespace bbcreaMaracasVisu
15 {
16
17
18 class bbcreaMaracasVisu_EXPORT ManualPaint
19  :
20    public bbtk::WxBlackBox
21 {
22   BBTK_BLACK_BOX_INTERFACE(ManualPaint,bbtk::WxBlackBox);
23 //=====
24 // Don't edit this file. This file is generated from xml description..
25 //=====
26   BBTK_DECLARE_INPUT(In,vtkImageData*);
27   BBTK_DECLARE_INPUT(WxVtkBaseView1,wxVtkBaseView*);
28   BBTK_DECLARE_INPUT(WxVtkBaseView2,wxVtkBaseView*);
29   BBTK_DECLARE_INPUT(WxVtkBaseView3,wxVtkBaseView*);
30   BBTK_DECLARE_INPUT(WxVtkBaseView4,wxVtkBaseView*);
31   BBTK_PROCESS(Process);
32   void Process();
33   BBTK_CREATE_WIDGET(CreateWidget);
34   void CreateWidget(wxWindow*);
35
36     bool firsttime;
37 //=====
38 // Don't edit this file. This file is generated from xml description..
39 //=====
40 };
41
42 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ManualPaint,bbtk::WxBlackBox);
43 BBTK_NAME("ManualPaint");
44 BBTK_AUTHOR("eduardo davila (Creatis)");
45 BBTK_DESCRIPTION("Voxel manual paint");
46 BBTK_CATEGORY("widget");
47 BBTK_INPUT(ManualPaint,In,"Input image to be modified",vtkImageData*,"");
48 BBTK_INPUT(ManualPaint,WxVtkBaseView1,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
49 BBTK_INPUT(ManualPaint,WxVtkBaseView2,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
50 BBTK_INPUT(ManualPaint,WxVtkBaseView3,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
51 BBTK_INPUT(ManualPaint,WxVtkBaseView4,"creaMaracasVisu viewer 2D",wxVtkBaseView*,"");
52 BBTK_END_DESCRIBE_BLACK_BOX(ManualPaint);
53 //=====
54 // Don't edit this file. This file is generated from xml description..
55 //=====
56 }
57 // EO namespace bbcreaMaracasVisu
58
59 #endif // __bbcreaMaracasVisuManualPaint_h_INCLUDED__
60 #endif // _USE_WXWIDGETS_
61