]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuwxManualTree_MPRWidget_Box.h
#2976 creaMaracasVisu Feature New Normal - ManualContourModel_Box
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuwxManualTree_MPRWidget_Box.h
1 //===== 
2 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
3 //===== 
4 #ifdef _USE_WXWIDGETS_
5 #ifndef __bbcreaMaracasVisuwxManualTree_MPRWidget_Box_h_INCLUDED__
6 #define __bbcreaMaracasVisuwxManualTree_MPRWidget_Box_h_INCLUDED__
7 #include "bbcreaMaracasVisu_EXPORT.h"
8 #include "bbtkWxBlackBox.h"
9
10 #include <vtkImageData.h>
11
12 namespace bbcreaMaracasVisu
13 {
14
15 class bbcreaMaracasVisu_EXPORT wxManualTree_MPRWidget_Box
16  : 
17    public bbtk::WxBlackBox
18 {
19   BBTK_BLACK_BOX_INTERFACE(wxManualTree_MPRWidget_Box,bbtk::WxBlackBox);
20 //===== 
21 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
22 //===== 
23   BBTK_DECLARE_INPUT(In,vtkImageData*);
24   BBTK_PROCESS(Process);
25   void Process();
26   BBTK_CREATE_WIDGET(CreateWidget);
27   void CreateWidget(wxWindow*);
28 //===== 
29 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
30 //===== 
31 };
32
33 BBTK_BEGIN_DESCRIBE_BLACK_BOX(wxManualTree_MPRWidget_Box,bbtk::WxBlackBox);
34   BBTK_NAME("wxManualTree_MPRWidget_Box");
35   BBTK_AUTHOR("Info-Dev");
36   BBTK_DESCRIPTION("No Description.");
37   BBTK_CATEGORY("__CategoryBlackBox__");
38   BBTK_INPUT(wxManualTree_MPRWidget_Box,In,"Image",vtkImageData*,"");
39 BBTK_END_DESCRIBE_BLACK_BOX(wxManualTree_MPRWidget_Box);
40 //===== 
41 // Before editing this file, make sure it's a file of your own (i.e.: it wasn't generated from xml description; if so : your modifications will be lost)
42 //===== 
43 }
44 // EO namespace bbcreaMaracasVisu
45
46 #endif // __bbcreaMaracasVisuwxManualTree_MPRWidget_Box_h_INCLUDED__
47 #endif // _USE_WXWIDGETS_
48