X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=2a19ffd7f5a128ebf2221761fd61e21e64c9357b;hb=57ec56658548c34052a1c1678ffcb6907c3faeec;hp=11f379f9359f89652004cc44ba7632e914f622ca;hpb=33b1eec26f02131242fbfdef52184b24763cf4e6;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 11f379f9..2a19ffd7 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2005/11/29 17:21:34 $ - Version: $Revision: 1.73 $ + Date: $Date: 2006/05/11 19:49:38 $ + Version: $Revision: 1.75 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -56,6 +56,7 @@ public: /// \brief Constructs a DicomDir with a RefCounter static DicomDir *New() {return new DicomDir();} + GDCM_LEGACY( bool Load(std::string const &filename) ) bool Load( ); void Print(std::ostream &os = std::cout, std::string const &indent = "" ); @@ -114,6 +115,7 @@ public: protected: DicomDir(); + GDCM_LEGACY( DicomDir(std::string const &filename, bool parseDir = false) ) ~DicomDir(); void CreateDicomDirChainedList(std::string const &path);