]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuColorLayerImageView.h
*** empty log message ***
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuColorLayerImageView.h
1 //=====
2 // Don't edit this file. This file is generated from xml description..
3 //=====
4 #ifdef _USE_WXWIDGETS_
5 #ifndef __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__
6 #define __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__
7 #include "bbcreaMaracasVisu_EXPORT.h"
8 #include "bbtkWxBlackBox.h"
9
10 #include "wxVtkBaseView.h"
11
12 namespace bbcreaMaracasVisu
13 {
14
15 class bbcreaMaracasVisu_EXPORT ColorLayerImageView
16  :
17    public bbtk::WxBlackBox
18 {
19   BBTK_BLACK_BOX_INTERFACE(ColorLayerImageView,bbtk::WxBlackBox);
20 //=====
21 // Don't edit this file. This file is generated from xml description..
22 //=====
23   BBTK_DECLARE_INPUT(WxVtkBaseView,wxVtkBaseView *);
24   BBTK_PROCESS(Process);
25   void Process();
26   BBTK_CREATE_WIDGET(CreateWidget);
27   void CreateWidget(wxWindow*);
28
29 //=====
30 // Don't edit this file. This file is generated from xml description..
31 //=====
32 };
33
34 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ColorLayerImageView,bbtk::WxBlackBox);
35 BBTK_NAME("ColorLayerImageView");
36 BBTK_AUTHOR("Eduardo DAVILA (Creatis)");
37 BBTK_DESCRIPTION("Color Laye rImage View");
38 BBTK_CATEGORY("__CategoryBlackBox__");
39 BBTK_INPUT(ColorLayerImageView,WxVtkBaseView,"creaMaracasVisuViewer viewer",wxVtkBaseView*,"");
40 BBTK_END_DESCRIBE_BLACK_BOX(ColorLayerImageView);
41 //=====
42 // Don't edit this file. This file is generated from xml description..
43 //=====
44 }
45 // EO namespace bbcreaMaracasVisu
46
47 #endif // __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__
48 #endif // _USE_WXWIDGETS_
49