//===== // 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); BBTK_DECLARE_INPUT(In1,std::vector); BBTK_DECLARE_INPUT(In2,std::vector); BBTK_DECLARE_INPUT(In3,std::vector); BBTK_DECLARE_INPUT(In4,std::vector); BBTK_DECLARE_INPUT(In5,std::vector); BBTK_DECLARE_INPUT(In6,std::vector); BBTK_DECLARE_INPUT(In7,std::vector); BBTK_DECLARE_INPUT(In8,std::vector); BBTK_DECLARE_INPUT(In9,std::vector); BBTK_DECLARE_INPUT(Type,int); BBTK_DECLARE_INPUT(sk1,std::string); BBTK_DECLARE_INPUT(sk2,std::string); BBTK_DECLARE_OUTPUT(Out0,std::vector); BBTK_DECLARE_OUTPUT(Out1,std::vector); BBTK_DECLARE_OUTPUT(Out2,std::vector); BBTK_DECLARE_OUTPUT(Out3,std::vector); BBTK_DECLARE_OUTPUT(Out4,std::vector); BBTK_DECLARE_OUTPUT(Out5,std::vector); BBTK_DECLARE_OUTPUT(Out6,std::vector); BBTK_DECLARE_OUTPUT(Out7,std::vector); BBTK_DECLARE_OUTPUT(Out8,std::vector); BBTK_DECLARE_OUTPUT(Out9,std::vector); BBTK_PROCESS(Process); void Process(); void ConnectionRepetitions( std::vector vIn,std::vector *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,""); BBTK_INPUT(VectorFilterString,In1,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In2,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In3,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In4,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In5,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In6,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In7,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In8,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,In9,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterString,Type,"(Default 0) 0:count connected repetitions, 1:CleaningPointsConnectTwoMesh sk1 criterium",int,""); BBTK_INPUT(VectorFilterString,sk1,"constant 1",std::string,""); BBTK_INPUT(VectorFilterString,sk2,"constant 2",std::string,""); BBTK_OUTPUT(VectorFilterString,Out0,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out1,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out2,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out3,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out4,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out5,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out6,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out7,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out8,"First output",std::vector,""); BBTK_OUTPUT(VectorFilterString,Out9,"First output",std::vector,""); 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__