X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.h;h=00a74ffc4bc499b58a17520f9ee8c563d3010f49;hb=75a92c136f26236dda738889f9d7144e31705b87;hp=840410516f3f7d41de19f17f22da3cc8e3b7ab57;hpb=3f95c0f72b077bed808f8d70d3edff265d7403b5;p=gdcm.git diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 84041051..00a74ffc 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/04/26 16:18:23 $ - Version: $Revision: 1.109 $ + Date: $Date: 2005/06/02 13:42:18 $ + Version: $Revision: 1.111 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -49,7 +49,7 @@ public: typedef std::list ListElements; // Loading - virtual void Load( std::string const &filename ); + virtual bool Load( std::string const &filename ); // Dictionaries Dict *GetPubDict(); @@ -98,8 +98,14 @@ typedef std::list ListElements; // Ordering of Documents bool operator<(Document &document); - /// \brief Sets the LoadMode as a boolean string - /// NO_SEQ, NO_SHADOW, ... (nothing more, right now) +/** + * \brief \brief Sets the LoadMode as a boolean string. + * NO_SEQ, NO_SHADOW, ... (nothing more, right now) + * WARNING : before using NO_SHADOW, be sure *all* your files + * contain accurate values in the 0x0000 element + * of each Shadow Group. The paser will fail if the size is wrong ! + * @param mode Load mode to be used + */ void SetLoadMode (int mode) { LoadMode = mode; } protected: