X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdVectorFilterDouble.h;fp=packages%2Fstd%2Fsrc%2FbbstdVectorFilterDouble.h;h=f3612ef205875227c7c53471106e0cb2113fe08c;hb=427d8c0ac838ab789a57b28f62a7f9ff243e7b60;hp=0000000000000000000000000000000000000000;hpb=c2d2ccbc4bac635e5d0b802d9830efd94b060dab;p=bbtk.git diff --git a/packages/std/src/bbstdVectorFilterDouble.h b/packages/std/src/bbstdVectorFilterDouble.h new file mode 100644 index 0000000..f3612ef --- /dev/null +++ b/packages/std/src/bbstdVectorFilterDouble.h @@ -0,0 +1,85 @@ +//===== +// 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, 5=Multilication, 6=Division ",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), k1 = Multiplication const. (Type 5) , k1 = Division const. (Type 6) , ",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__ +