X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=0875bcfedcd3541a16e3a6754db914a7447560af;hb=0a63df7d5417e936948123cb00a80d58addcae66;hp=ea93005a293eb66bd16c84b1738139ea9be69950;hpb=9eb68526a6b9dbcb217a679cd4764b1e4fa63c01;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index ea93005a..0875bcfe 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/03/09 19:29:38 $ - Version: $Revision: 1.58 $ + Date: $Date: 2005/05/03 09:43:04 $ + Version: $Revision: 1.60 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -56,8 +56,10 @@ public: ~DicomDir(); + bool Load( std::string const &filename ); void Print(std::ostream &os = std::cout, std::string const &indent = "" ); + void SetParseDir(bool parseDir) { ParseDir = parseDir; }; // Informations contained in the parser virtual bool IsReadable(); @@ -168,6 +170,7 @@ private: float Progress; /// value of the ??? for any progress bar bool Abort; + bool ParseDir; }; } // end namespace gdcm //-----------------------------------------------------------------------------