]> Creatis software - creaWT.git/blob - wt/bbtk_wt_PKG/src/bbwtObject3D.h
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtObject3D.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 __bbwtobject3D_h_INCLUDED__
5 #define __bbwtobject3D_h_INCLUDED__
6 #include "bbwt_EXPORT.h"
7 #include "bbtkWtBlackBox.h"
8 #include "iostream"
9
10 namespace bbwt
11 {
12
13 class bbwt_EXPORT Object3D
14  : 
15    public bbtk::WtBlackBox
16 {
17   BBTK_BLACK_BOX_INTERFACE(Object3D,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(Image,std::string);
22   BBTK_DECLARE_INPUT(Type,std::string);
23   BBTK_DECLARE_OUTPUT(Type,std::string);
24   BBTK_DECLARE_OUTPUT(Reference,std::string);
25   BBTK_CREATE_WIDGET(CreateWidget);
26   void CreateWidget(Wt::WContainerWidget*);
27   BBTK_PROCESS(Process);
28   void Process();
29   bool created;
30 //===== 
31 // 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)
32 //===== 
33 };
34
35 BBTK_BEGIN_DESCRIBE_BLACK_BOX(Object3D,bbtk::WtBlackBox);
36 BBTK_NAME("object3D");
37 BBTK_AUTHOR("johann.gonzalez@creatis.insa-lyon.fr");
38 BBTK_DESCRIPTION("No Description.");
39 BBTK_CATEGORY("empty");
40 BBTK_INPUT(Object3D,Image,"Path of the image",std::string,"");
41 BBTK_INPUT(Object3D,Type,"Type of image, it can be one of these [mesh,fibers,volume]",std::string,"");
42 BBTK_OUTPUT(Object3D,Type,"Type of image",std::string,"");
43 BBTK_OUTPUT(Object3D,Reference,"Reference of the WT container",std::string,"");
44 BBTK_END_DESCRIBE_BLACK_BOX(Object3D);
45 //===== 
46 // 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)
47 //===== 
48 }
49 // EO namespace bbwt
50
51 #endif // __bbwtobject3D_h_INCLUDED__
52