//===== // 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 __bbstdVectorFilterDouble_h_INCLUDED__ #define __bbstdVectorFilterDouble_h_INCLUDED__ #include "bbstd_EXPORT.h" #include "bbtkAtomicBlackBox.h" #include "iostream" namespace bbstd { class bbstd_EXPORT VectorFilterDouble : public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(VectorFilterDouble,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(Type,int); BBTK_DECLARE_INPUT(k1,double); 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_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(); //===== // 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(VectorFilterDouble,bbtk::AtomicBlackBox); BBTK_NAME("VectorFilterDouble"); BBTK_AUTHOR("InfoDev"); BBTK_DESCRIPTION("No Description."); BBTK_CATEGORY("empty"); BBTK_INPUT(VectorFilterDouble,Type,"default (0) 0=Erase duplicated lines, 1=Redimention Vectors, 2=Insert intermediat points,3=Adition 4=Substraction ",int,""); BBTK_INPUT(VectorFilterDouble,k1,"default (0) nothing (Type0), k1=new size vectors (Type 1) , nothing (Type2), k1 = Addition const. (Type 3), k1 = Substraction const. (Type 4) , ",double,""); BBTK_INPUT(VectorFilterDouble,In0,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In1,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In2,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In3,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In4,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In5,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In6,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In7,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In8,"Input vector",std::vector,""); BBTK_INPUT(VectorFilterDouble,In9,"Input vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out0,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out1,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out2,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out3,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out4,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out5,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out6,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out7,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out8,"Output vector",std::vector,""); BBTK_OUTPUT(VectorFilterDouble,Out9,"Output vector",std::vector,""); BBTK_END_DESCRIBE_BLACK_BOX(VectorFilterDouble); //===== // 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 // __bbstdVectorFilterDouble_h_INCLUDED__