]> Creatis software - creaMaracasVisu.git/blob - bbtk/src/bbcreaMaracasVisuTransformWidget2_tool.h
#3558 ShowNPoints_Tools::LoadCollection
[creaMaracasVisu.git] / bbtk / src / bbcreaMaracasVisuTransformWidget2_tool.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 __bbcreaMaracasVisuTransformWidget2_tool_h_INCLUDED__
5 #define __bbcreaMaracasVisuTransformWidget2_tool_h_INCLUDED__
6
7 #include "bbcreaMaracasVisu_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "bbcreaMaracasVisuTransformWidget2.h"
12
13
14 namespace bbcreaMaracasVisu
15 {
16
17 class bbcreaMaracasVisu_EXPORT TransformWidget2_tool
18  : 
19    public bbtk::AtomicBlackBox
20 {
21   BBTK_BLACK_BOX_INTERFACE(TransformWidget2_tool,bbtk::AtomicBlackBox);
22 //===== 
23 // 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)
24 //===== 
25   BBTK_DECLARE_INPUT(Type,int);
26     BBTK_DECLARE_INPUT(Param01,std::vector<std::string>);
27     BBTK_DECLARE_INPUT(Box_TransformWidget2,TransformWidget2*);
28 //  BBTK_DECLARE_OUTPUT(Out,double);
29   BBTK_PROCESS(Process);
30   void Process();
31 //===== 
32 // 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)
33 //===== 
34 };
35
36 BBTK_BEGIN_DESCRIBE_BLACK_BOX(TransformWidget2_tool,bbtk::AtomicBlackBox);
37   BBTK_NAME("TransformWidget2_tool");
38   BBTK_AUTHOR("InfoDev");
39   BBTK_DESCRIPTION("No Description.");
40   BBTK_CATEGORY("empty");
41   BBTK_INPUT(TransformWidget2_tool,Type,"(default 0)  0:Nothing 1:Save file configuration 2:Load file configuration",int,"");
42   BBTK_INPUT(TransformWidget2_tool,Param01,"1:[FileName_save] 2:[FileName_load]",std::vector<std::string>,"");
43   BBTK_INPUT(TransformWidget2_tool,Box_TransformWidget2,"bbtk Box TransformWidget2",TransformWidget2*,"");
44 //  BBTK_OUTPUT(TransformWidget2_tool,Out,"First output",double,"");
45 BBTK_END_DESCRIBE_BLACK_BOX(TransformWidget2_tool);
46 //===== 
47 // 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)
48 //===== 
49 }
50 // EO namespace bbcreaMaracasVisu
51
52 #endif // __bbcreaMaracasVisuTransformWidget2_tool_h_INCLUDED__
53