]> Creatis software - gdcm.git/commit
change
authorjpr <jpr>
Thu, 5 Feb 2009 09:03:26 +0000 (09:03 +0000)
committerjpr <jpr>
Thu, 5 Feb 2009 09:03:26 +0000 (09:03 +0000)
commitfc4f7706c78baf3f60474c06d871b82db221f37b
tree44d00c36a70d3d87eebd62ab65597fbfc482012a
parent6bff143c5ea82f6eee99e0d511f4ef353f65313c
change
DirList::DirList(std::string const &dirName, bool recursive);
to
DirList::DirList(std::string const &dirName, bool recursive, bool all);
@param all whether we want all (i.e; File names + Directory names) default=false

(usefull for people who want to explore Bruker raw data directories)
src/gdcmDirList.cxx
src/gdcmDirList.h