]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuManualPaint.h
*** empty log message ***
[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(WxVtkBaseView,wxVtkBaseView*);
28   BBTK_PROCESS(Process);
29   void Process();
30   BBTK_CREATE_WIDGET(CreateWidget);
31   void CreateWidget(wxWindow*);
32
33     bool firsttime;
34 //=====
35 // Don't edit this file. This file is generated from xml description..
36 //=====
37 };
38
39 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ManualPaint,bbtk::WxBlackBox);
40 BBTK_NAME("ManualPaint");
41 BBTK_AUTHOR("eduardo davila (Creatis)");
42 BBTK_DESCRIPTION("Voxel manual paint");
43 BBTK_CATEGORY("__CategoryBlackBox__");
44 BBTK_INPUT(ManualPaint,In,"Input image to be modified",vtkImageData*,"");
45 BBTK_INPUT(ManualPaint,WxVtkBaseView,"creaMaracasVisu viewer",wxVtkBaseView*,"");
46 BBTK_END_DESCRIBE_BLACK_BOX(ManualPaint);
47 //=====
48 // Don't edit this file. This file is generated from xml description..
49 //=====
50 }
51 // EO namespace bbcreaMaracasVisu
52
53 #endif // __bbcreaMaracasVisuManualPaint_h_INCLUDED__
54 #endif // _USE_WXWIDGETS_
55