]> Creatis software - bbtk.git/blobdiff - packages/std/src/bbstdVectorFilterString.h
#3267 BBTK Feature New Normal - VectorFilterString Box
[bbtk.git] / packages / std / src / bbstdVectorFilterString.h
diff --git a/packages/std/src/bbstdVectorFilterString.h b/packages/std/src/bbstdVectorFilterString.h
new file mode 100644 (file)
index 0000000..dd61882
--- /dev/null
@@ -0,0 +1,91 @@
+//===== 
+// 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 __bbstdVectorFilterString_h_INCLUDED__
+#define __bbstdVectorFilterString_h_INCLUDED__
+
+#include "bbstd_EXPORT.h"
+#include "bbtkAtomicBlackBox.h"
+#include "iostream"
+
+namespace bbstd
+{
+
+class bbstd_EXPORT VectorFilterString
+ : 
+   public bbtk::AtomicBlackBox
+{
+  BBTK_BLACK_BOX_INTERFACE(VectorFilterString,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(In0,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In1,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In2,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In3,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In4,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In5,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In6,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In7,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In8,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(In9,std::vector<std::string>);
+  BBTK_DECLARE_INPUT(Type,int);
+
+  BBTK_DECLARE_OUTPUT(Out0,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out1,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out2,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out3,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out4,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out5,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out6,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out7,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out8,std::vector<std::string>);
+  BBTK_DECLARE_OUTPUT(Out9,std::vector<std::string>);
+  BBTK_PROCESS(Process);
+  void Process();
+
+void ConnectionRepetitions( std::vector<std::string> vIn,std::vector<std::string> *vOut );
+
+//===== 
+// 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(VectorFilterString,bbtk::AtomicBlackBox);
+  BBTK_NAME("VectorFilterString");
+  BBTK_AUTHOR("InfoDev");
+  BBTK_DESCRIPTION("No Description.");
+  BBTK_CATEGORY("empty");
+
+  BBTK_INPUT(VectorFilterString,In0,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In1,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In2,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In3,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In4,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In5,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In6,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In7,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In8,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,In9,"Input vector",std::vector<std::string>,"");
+  BBTK_INPUT(VectorFilterString,Type,"(Default 0)  0:count connected repetitions",int,"");
+
+  BBTK_OUTPUT(VectorFilterString,Out0,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out1,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out2,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out3,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out4,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out5,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out6,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out7,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out8,"First output",std::vector<std::string>,"");
+  BBTK_OUTPUT(VectorFilterString,Out9,"First output",std::vector<std::string>,"");
+
+BBTK_END_DESCRIBE_BLACK_BOX(VectorFilterString);
+//===== 
+// 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 // __bbstdVectorFilterString_h_INCLUDED__
+