X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fstd%2Fsrc%2FbbstdFilesFromDirectory.cxx;h=698cca545686326c20eb0a42da98a1009d3d8270;hb=e68a062addb8d49203f887b1e4ce4379e5890d1a;hp=e91ef23898cf5190eccc0aebbf930ab8c315c42a;hpb=5ecfbf82eea9a965a11ae9f47377ad900b7253b7;p=bbtk.git diff --git a/packages/std/src/bbstdFilesFromDirectory.cxx b/packages/std/src/bbstdFilesFromDirectory.cxx index e91ef23..698cca5 100644 --- a/packages/std/src/bbstdFilesFromDirectory.cxx +++ b/packages/std/src/bbstdFilesFromDirectory.cxx @@ -27,24 +27,20 @@ void FilesFromDirectory::Process() } -void FilesFromDirectory::bbUserConstructor() +void FilesFromDirectory::bbUserSetDefaultValues() { bbSetInputIn("."); bbSetInputRecursive(false); } -void FilesFromDirectory::bbUserCopyConstructor(bbtk::BlackBox::Pointer) -{ - - -} -void FilesFromDirectory::bbUserDestructor() -{ - + void FilesFromDirectory::bbUserInitializeProcessing() + { + } + void FilesFromDirectory::bbUserFinalizeProcessing() + { + } -} - /** * \brief Add a SEPARATOR to the end of the name if necessary * @param pathname file/directory name to normalize