]> Creatis software - bbtk.git/blob - packages/std/src/bbstdAddStringToVector.h
#3491 GetNameFilter
[bbtk.git] / packages / std / src / bbstdAddStringToVector.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 __bbstdAddStringToVector_h_INCLUDED__
5 #define __bbstdAddStringToVector_h_INCLUDED__
6
7 #include "bbstd_EXPORT.h"
8 #include "bbtkAtomicBlackBox.h"
9 #include "iostream"
10
11 namespace bbstd
12 {
13
14 class bbstd_EXPORT AddStringToVector
15  : 
16    public bbtk::AtomicBlackBox
17 {
18   BBTK_BLACK_BOX_INTERFACE(AddStringToVector,bbtk::AtomicBlackBox);
19 //===== 
20 // 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)
21 //===== 
22     BBTK_DECLARE_INPUT(StringVector,std::vector<std::string>);
23     BBTK_DECLARE_INPUT(In0,std::string);
24     BBTK_DECLARE_INPUT(In1,std::string);
25     BBTK_DECLARE_INPUT(In2,std::string);
26     BBTK_DECLARE_INPUT(In3,std::string);
27     BBTK_DECLARE_INPUT(In4,std::string);
28     BBTK_DECLARE_INPUT(In5,std::string);
29     BBTK_DECLARE_INPUT(In6,std::string);
30     BBTK_DECLARE_INPUT(In7,std::string);
31     BBTK_DECLARE_INPUT(In8,std::string);
32     BBTK_DECLARE_INPUT(In9,std::string);
33     BBTK_DECLARE_OUTPUT(Out,std::vector<std::string>);
34     BBTK_PROCESS(Process);
35     void Process();
36 //===== 
37 // 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)
38 //===== 
39 };
40
41 BBTK_BEGIN_DESCRIBE_BLACK_BOX(AddStringToVector,bbtk::AtomicBlackBox);
42     BBTK_NAME("AddStringToVector");
43     BBTK_AUTHOR("InfoDev");
44     BBTK_DESCRIPTION("No Description.");
45     BBTK_CATEGORY("empty");
46     BBTK_INPUT(AddStringToVector,StringVector,"Input string vector",std::vector<std::string>,"");
47     BBTK_INPUT(AddStringToVector,In0,"Input",std::string,"");
48     BBTK_INPUT(AddStringToVector,In1,"Input",std::string,"");
49     BBTK_INPUT(AddStringToVector,In2,"Input",std::string,"");
50     BBTK_INPUT(AddStringToVector,In3,"Input",std::string,"");
51     BBTK_INPUT(AddStringToVector,In4,"Input",std::string,"");
52     BBTK_INPUT(AddStringToVector,In5,"Input",std::string,"");
53     BBTK_INPUT(AddStringToVector,In6,"Input",std::string,"");
54     BBTK_INPUT(AddStringToVector,In7,"Input",std::string,"");
55     BBTK_INPUT(AddStringToVector,In8,"Input",std::string,"");
56     BBTK_INPUT(AddStringToVector,In9,"Input",std::string,"");
57     BBTK_OUTPUT(AddStringToVector,Out,"Output vector",std::vector<std::string>,"");
58 BBTK_END_DESCRIBE_BLACK_BOX(AddStringToVector);
59
60 //===== 
61 // 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)
62 //===== 
63 } // EO namespace bbstd
64
65 #endif // __bbstdAddStringToVector_h_INCLUDED__
66