X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=packages%2Fstd%2Fsrc%2FbbstdMakeFileName.h;h=d7129f96db43d2bdecf7f0bb8e67f1ccf5d9883a;hb=e395abce6b990b603405b0574c3db3233329cf61;hp=af944629acbcd4b797e7ec29ca79c53d6b110aa6;hpb=6c5d7746e8e4cb0b5d6e164b917008a7137910fb;p=bbtk.git diff --git a/packages/std/src/bbstdMakeFileName.h b/packages/std/src/bbstdMakeFileName.h index af94462..d7129f9 100644 --- a/packages/std/src/bbstdMakeFileName.h +++ b/packages/std/src/bbstdMakeFileName.h @@ -9,11 +9,11 @@ namespace bbstd : public bbtk::AtomicBlackBox { - BBTK_USER_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_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_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);