X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fstd%2Fsrc%2FbbstdMakeFileName.h;h=d7129f96db43d2bdecf7f0bb8e67f1ccf5d9883a;hb=8c7d963544d45c3a7d5c262f6dd9d7f8cf8e7cf1;hp=d9d6eab01d5684cb62202ddc1f98c12a307fe222;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/packages/std/src/bbstdMakeFileName.h b/packages/std/src/bbstdMakeFileName.h index d9d6eab..d7129f9 100644 --- a/packages/std/src/bbstdMakeFileName.h +++ b/packages/std/src/bbstdMakeFileName.h @@ -10,10 +10,10 @@ namespace bbstd public bbtk::AtomicBlackBox { BBTK_BLACK_BOX_INTERFACE(MakeFileName,bbtk::AtomicBlackBox); - 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(); @@ -28,8 +28,8 @@ namespace bbstd BBTK_CATEGORY("misc"); BBTK_DESCRIPTION("Makes a kosher file name"); BBTK_INPUT(MakeFileName,Directory,"Directory Name",std::string,"directory name"); - BBTK_INPUT(MakeFileName,File,"File Name",std::string,"file name"); - BBTK_INPUT(MakeFileName,Extent,"Extention",std::string,"file extension"); + BBTK_INPUT(MakeFileName,File, "File Name", std::string,"file name"); + BBTK_INPUT(MakeFileName,Extent, "Extention", std::string,"file extension"); BBTK_OUTPUT(MakeFileName,Out,"Full File Name",std::string,"file name"); BBTK_END_DESCRIBE_BLACK_BOX(MakeFileName);