]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdAddStringToVector.h
#3485 New box AddStringToVector
[bbtk.git] / packages / std / src / bbstdAddStringToVector.h
diff --git a/packages/std/src/bbstdAddStringToVector.h b/packages/std/src/bbstdAddStringToVector.h
new file mode 100644 (file)
index 0000000..226ecc3
--- /dev/null
@@ -0,0 +1,66 @@
+//===== 
+// 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)
+//===== 
+#ifndef __bbstdAddStringToVector_h_INCLUDED__
+#define __bbstdAddStringToVector_h_INCLUDED__
+
+#include "bbstd_EXPORT.h"
+#include "bbtkAtomicBlackBox.h"
+#include "iostream"
+
+namespace bbstd
+{
+
+class bbstd_EXPORT AddStringToVector
+ : 
+   public bbtk::AtomicBlackBox
+{
+  BBTK_BLACK_BOX_INTERFACE(AddStringToVector,bbtk::AtomicBlackBox);
+//===== 
+// 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)
+//===== 
+    BBTK_DECLARE_INPUT(StringVector,std::vector<std::string>);
+    BBTK_DECLARE_INPUT(In0,std::string);
+    BBTK_DECLARE_INPUT(In1,std::string);
+    BBTK_DECLARE_INPUT(In2,std::string);
+    BBTK_DECLARE_INPUT(In3,std::string);
+    BBTK_DECLARE_INPUT(In4,std::string);
+    BBTK_DECLARE_INPUT(In5,std::string);
+    BBTK_DECLARE_INPUT(In6,std::string);
+    BBTK_DECLARE_INPUT(In7,std::string);
+    BBTK_DECLARE_INPUT(In8,std::string);
+    BBTK_DECLARE_INPUT(In9,std::string);
+    BBTK_DECLARE_OUTPUT(Out,std::vector<std::string>);
+    BBTK_PROCESS(Process);
+    void Process();
+//===== 
+// 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)
+//===== 
+};
+
+BBTK_BEGIN_DESCRIBE_BLACK_BOX(AddStringToVector,bbtk::AtomicBlackBox);
+    BBTK_NAME("AddStringToVector");
+    BBTK_AUTHOR("InfoDev");
+    BBTK_DESCRIPTION("No Description.");
+    BBTK_CATEGORY("empty");
+    BBTK_INPUT(AddStringToVector,StringVector,"Input string vector",std::vector<std::string>,"");
+    BBTK_INPUT(AddStringToVector,In0,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In1,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In2,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In3,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In4,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In5,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In6,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In7,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In8,"Input",std::string,"");
+    BBTK_INPUT(AddStringToVector,In9,"Input",std::string,"");
+    BBTK_OUTPUT(AddStringToVector,Out,"Output vector",std::vector<std::string>,"");
+BBTK_END_DESCRIBE_BLACK_BOX(AddStringToVector);
+
+//===== 
+// 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)
+//===== 
+} // EO namespace bbstd
+
+#endif // __bbstdAddStringToVector_h_INCLUDED__
+