]> Creatis software - bbtk.git/blob - packages/std/src/bbstdConcatStrings_tool.h
bb035f8620ca559084c0781fb0388fc9d6e26723
[bbtk.git] / packages / std / src / bbstdConcatStrings_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 __bbstdConcatStrings_tool_h_INCLUDED__
5 #define __bbstdConcatStrings_tool_h_INCLUDED__
6
7 #include "bbstd_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 #include "bbstdConcatStrings.h"
12
13 namespace bbstd
14 {
15
16 class bbstd_EXPORT ConcatStrings_tool
17  : 
18    public bbtk::AtomicBlackBox
19 {
20   BBTK_BLACK_BOX_INTERFACE(ConcatStrings_tool,bbtk::AtomicBlackBox);
21 //===== 
22 // 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)
23 //===== 
24     BBTK_DECLARE_INPUT(In1,std::string);
25     BBTK_DECLARE_INPUT(Type,int);
26     BBTK_DECLARE_INPUT(Box_ConcatString,ConcatStrings*);
27   //  BBTK_DECLARE_OUTPUT(Out,double);
28   BBTK_PROCESS(Process);
29   void Process();
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(ConcatStrings_tool,bbtk::AtomicBlackBox);
36 BBTK_NAME("ConcatStrings_tool");
37 BBTK_AUTHOR("InfoDev");
38 BBTK_DESCRIPTION("No Description.");
39 BBTK_CATEGORY("empty");
40
41   BBTK_INPUT(ConcatStrings_tool,In1,"String input",std::string,"");
42   BBTK_INPUT(ConcatStrings_tool,Type,"(default 0) 0:Nothing  1:Set Out",int,"");
43   BBTK_INPUT(ConcatStrings_tool,Box_ConcatString,"bbtk Box ConcatString",ConcatStrings*,"");
44
45 //  BBTK_OUTPUT(ConcatStrings_tool,Out,"First output",double,"");
46
47 BBTK_END_DESCRIBE_BLACK_BOX(ConcatStrings_tool);
48 //===== 
49 // 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)
50 //===== 
51 }
52 // EO namespace bbstd
53
54 #endif // __bbstdConcatStrings_tool_h_INCLUDED__
55