X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdMakeFileName.h;h=bf61184264e6ee9c7d2e75c92e2cd614f4bc4d7b;hb=001c522c9cd723fd522afda8a3882607c2565b85;hp=780ff1c797adbbbaeb2063024b854a793b7c5aab;hpb=8c000755b4c61b2d6516b430f3326d60fff7a65e;p=bbtk.git diff --git a/packages/std/src/bbstdMakeFileName.h b/packages/std/src/bbstdMakeFileName.h index 780ff1c..bf61184 100644 --- a/packages/std/src/bbstdMakeFileName.h +++ b/packages/std/src/bbstdMakeFileName.h @@ -10,10 +10,10 @@ namespace bbstd public bbtk::UserBlackBox { BBTK_USER_BLACK_BOX_INTERFACE(MakeFileName,bbtk::UserBlackBox); - BBTK_DECLARE_INPUT(Directory,std::string); - BBTK_DECLARE_INPUT(File,std::string); - BBTK_DECLARE_INPUT(Extent,std::string); - BBTK_DECLARE_OUTPUT(Out,std::string); + BBTK_DECLARE_INPUT(Directory,std::string); + BBTK_DECLARE_INPUT(File,std::string); + BBTK_DECLARE_INPUT(Extent,std::string); + BBTK_DECLARE_OUTPUT(Out,std::string); BBTK_PROCESS(DoProcess); void DoProcess(); @@ -25,12 +25,13 @@ namespace bbstd BBTK_BEGIN_DESCRIBE_BLACK_BOX(MakeFileName,bbtk::UserBlackBox); BBTK_NAME("MakeFileName"); BBTK_AUTHOR("jpr@creatis.insa-lyon.fr"); + BBTK_CATEGORY("misc"); BBTK_DESCRIPTION("Makes a kosher file name"); - BBTK_INPUT(MakeFileName,Directory,"Directory Name",std::string); - BBTK_INPUT(MakeFileName,File,"File Name",std::string); - BBTK_INPUT(MakeFileName,Extent,"Extention",std::string); + BBTK_INPUT(MakeFileName,Directory,"Directory Name",std::string); + BBTK_INPUT(MakeFileName,File,"File Name",std::string); + BBTK_INPUT(MakeFileName,Extent,"Extention",std::string); - BBTK_OUTPUT(MakeFileName,Out,"Full File Name",std::string); + BBTK_OUTPUT(MakeFileName,Out,"Full File Name",std::string); BBTK_END_DESCRIBE_BLACK_BOX(MakeFileName); }