]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtAddObjectToViewerWeb.h
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtAddObjectToViewerWeb.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
5 #ifndef __bbwtAddObjectToViewerWeb_h_INCLUDED__
6 #define __bbwtAddObjectToViewerWeb_h_INCLUDED__
7 #include "bbwt_EXPORT.h"
8 #include "bbtkWtBlackBox.h"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT AddObjectToViewerWeb
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(AddObjectToViewerWeb,bbtk::WtBlackBox);
18 //===== 
19 // 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)
20 //===== 
21   BBTK_DECLARE_INPUT(Viewer3D,std::string);
22   BBTK_DECLARE_INPUT(Mesh,std::string);
23 //  BBTK_DECLARE_INPUT(In,std::string);
24   BBTK_PROCESS(Process);
25   void Process();
26   BBTK_CREATE_WIDGET(CreateWidget);
27   void CreateWidget(Wt::WContainerWidget*);
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(AddObjectToViewerWeb,bbtk::WtBlackBox);
34 BBTK_NAME("AddObjectToViewerWeb");
35 BBTK_AUTHOR("gonzalez@creatis.insa-lyon.fr");
36 BBTK_DESCRIPTION("No Description.");
37 BBTK_CATEGORY("__CategoryBlackBox__");
38 BBTK_INPUT(AddObjectToViewerWeb,Viewer3D,"3D Viewer Reference",std::string,"");
39 BBTK_INPUT(AddObjectToViewerWeb,Mesh,"3D Viewer Reference",std::string,"");
40 //BBTK_INPUT(AddObjectToViewerWeb,In,"Text",std::string,"");
41 BBTK_END_DESCRIBE_BLACK_BOX(AddObjectToViewerWeb);
42 //===== 
43 // 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)
44 //===== 
45 }
46 // EO namespace bbwt
47
48 #endif // __bbwtAddObjectToViewerWeb_h_INCLUDED__
49
50