]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtRender3D.h
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtRender3D.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 #ifndef __bbwtmeshViewer_h_INCLUDED__
5 #define __bbwtmeshViewer_h_INCLUDED__
6 #include "bbwt_EXPORT.h"
7 #include "bbtkWtBlackBox.h"
8 #include "iostream"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT Render3D
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(Render3D,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(Image1,std::string);
22   BBTK_DECLARE_INPUT(Image2,std::string);
23   BBTK_DECLARE_INPUT(Image3,std::string);
24   BBTK_DECLARE_INPUT(Image4,std::string);
25   BBTK_DECLARE_INPUT(Image5,std::string);
26   BBTK_DECLARE_INPUT(Image6,std::string);
27   BBTK_DECLARE_INPUT(Image7,std::string);
28   BBTK_DECLARE_INPUT(Image8,std::string);
29   BBTK_DECLARE_INPUT(Image9,std::string);
30   BBTK_PROCESS(Process);
31   BBTK_CREATE_WIDGET(CreateWidget);
32   void CreateWidget(Wt::WContainerWidget* parent);
33   void Process();
34   bool initDone;
35 //===== 
36 // 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)
37 //===== 
38 };
39
40 BBTK_BEGIN_DESCRIBE_BLACK_BOX(Render3D,bbtk::WtBlackBox);
41 BBTK_NAME("Render3D");
42 BBTK_AUTHOR("johann.gonzalez@creatis.insa-lyon.fr");
43 BBTK_DESCRIPTION("Render JavaScript for web");
44 BBTK_CATEGORY("empty");
45 BBTK_INPUT(Render3D,Image1,"Referenco of WT object that contains the image",std::string,"");
46 BBTK_INPUT(Render3D,Image2,"Referenco of WT object that contains the image",std::string,"");
47 BBTK_INPUT(Render3D,Image3,"Referenco of WT object that contains the image",std::string,"");
48 BBTK_INPUT(Render3D,Image4,"Referenco of WT object that contains the image",std::string,"");
49 BBTK_INPUT(Render3D,Image5,"Referenco of WT object that contains the image",std::string,"");
50 BBTK_INPUT(Render3D,Image6,"Referenco of WT object that contains the image",std::string,"");
51 BBTK_INPUT(Render3D,Image7,"Referenco of WT object that contains the image",std::string,"");
52 BBTK_INPUT(Render3D,Image8,"Referenco of WT object that contains the image",std::string,"");
53 BBTK_INPUT(Render3D,Image9,"Referenco of WT object that contains the image",std::string,"");
54 BBTK_END_DESCRIBE_BLACK_BOX(Render3D);
55 //===== 
56 // 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)
57 //===== 
58 }
59 // EO namespace bbwt
60
61 #endif // __bbwtmeshViewer_h_INCLUDED__
62