]> 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_DECLARE_INPUT(In,vtkImageData*);
25   BBTK_PROCESS(Process);
26   void Process();
27   BBTK_CREATE_WIDGET(CreateWidget);
28   void CreateWidget(wxWindow*);
29
30 //=====
31 // Don't edit this file. This file is generated from xml description..
32 //=====
33 };
34
35 BBTK_BEGIN_DESCRIBE_BLACK_BOX(ColorLayerImageView,bbtk::WxBlackBox);
36 BBTK_NAME("ColorLayerImageView");
37 BBTK_AUTHOR("Eduardo DAVILA (Creatis)");
38 BBTK_DESCRIPTION("Color Laye rImage View");
39 BBTK_CATEGORY("__CategoryBlackBox__");
40 BBTK_INPUT(ColorLayerImageView,In,"Input Image",vtkImageData*,"");
41 BBTK_INPUT(ColorLayerImageView,WxVtkBaseView,"creaMaracasVisuViewer viewer",wxVtkBaseView*,"");
42 BBTK_END_DESCRIBE_BLACK_BOX(ColorLayerImageView);
43 //=====
44 // Don't edit this file. This file is generated from xml description..
45 //=====
46 }
47 // EO namespace bbcreaMaracasVisu
48
49 #endif // __bbcreaMaracasVisuColorLayerImageView_h_INCLUDED__
50 #endif // _USE_WXWIDGETS_
51