X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdStringSelect.h;h=9bdf09fa52b7c756e9d4b2b99c089876f7c5289b;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=8bafeba58e4a7fef2ec57c77cff7b3b5ea150254;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/packages/std/src/bbstdStringSelect.h b/packages/std/src/bbstdStringSelect.h index 8bafeba..9bdf09f 100644 --- a/packages/std/src/bbstdStringSelect.h +++ b/packages/std/src/bbstdStringSelect.h @@ -10,25 +10,25 @@ namespace bbstd : public bbtk::AtomicBlackBox { - BBTK_USER_BLACK_BOX_INTERFACE(StringSelect,bbtk::AtomicBlackBox); - BBTK_DECLARE_INPUT(In,int); - 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::string); + BBTK_BLACK_BOX_INTERFACE(StringSelect,bbtk::AtomicBlackBox); + BBTK_DECLARE_INPUT(In,int); + 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::string); BBTK_PROCESS(DoProcess); void DoProcess(); - + protected: virtual void bbUserConstructor(); - + }; //=======================================================================