]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtshape3D.h
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtshape3D.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 __bbwtshape3D_h_INCLUDED__
5 #define __bbwtshape3D_h_INCLUDED__
6 #include "bbwt_EXPORT.h"
7 #include "bbtkWtBlackBox.h"
8 #include "iostream"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT shape3D
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(shape3D,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(Shape,std::string);
22   //BBTK_DECLARE_OUTPUT(Out,double);
23   BBTK_PROCESS(Process);
24   void Process();
25   BBTK_CREATE_WIDGET(CreateWidget);
26   void CreateWidget(Wt::WContainerWidget*);
27   int flip;
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(shape3D,bbtk::WtBlackBox);
34 BBTK_NAME("shape3D");
35 BBTK_AUTHOR("gonzalez@creatis.insa-lyon.fr");
36 BBTK_DESCRIPTION("No Description.");
37 BBTK_CATEGORY("empty");
38 BBTK_INPUT(shape3D,Shape,"Shape, C for Cube, S for Sphere",std::string,"");
39 //BBTK_OUTPUT(shape3D,Out,"First output",double,"");
40 BBTK_END_DESCRIBE_BLACK_BOX(shape3D);
41 //===== 
42 // 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)
43 //===== 
44 }
45 // EO namespace bbwt
46
47 #endif // __bbwtshape3D_h_INCLUDED__
48