X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdMakeFileName.h;h=d9d6eab01d5684cb62202ddc1f98c12a307fe222;hb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;hp=af944629acbcd4b797e7ec29ca79c53d6b110aa6;hpb=c2a4b1893412e50a3d9abff221938a2d16c4a7cb;p=bbtk.git diff --git a/packages/std/src/bbstdMakeFileName.h b/packages/std/src/bbstdMakeFileName.h index af94462..d9d6eab 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();