X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.h;h=8fc668bad1943a8c91f30ba77c6ddea07a302479;hb=a585fafed1e72e092c6a1942c8692991c1688e7f;hp=b8015d1ce5919c8eeb060dfa20b55ad37312f675;hpb=99e079e58ab22c48c2ce2d9034e3beed83ad9aab;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.h b/src/gdcmDicomDirMeta.h index b8015d1c..8fc668ba 100644 --- a/src/gdcmDicomDirMeta.h +++ b/src/gdcmDicomDirMeta.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirMeta.h,v $ Language: C++ - Date: $Date: 2005/11/03 14:29:23 $ - Version: $Revision: 1.20 $ + Date: $Date: 2005/11/21 09:46:25 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -33,6 +33,7 @@ class GDCM_EXPORT DicomDirMeta : public DicomDirObject gdcmTypeMacro(DicomDirMeta); public: +/// \brief Constructs a DicomDirMeta with a RefCounter static DicomDirMeta *New(bool empty=false) {return new DicomDirMeta(empty);} virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" );