X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirPatient.h;h=42a4490316f9c249814552d24d5135043c23657d;hb=4f3b36b1db085e9be749d2cababa274d1e76b68d;hp=4f989ca48cb997fc66d40ec269bc1562ab5b7ca7;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmDicomDirPatient.h b/src/gdcmDicomDirPatient.h index 4f989ca4..42a44903 100644 --- a/src/gdcmDicomDirPatient.h +++ b/src/gdcmDicomDirPatient.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirPatient.h,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:33 $ - Version: $Revision: 1.28 $ + Date: $Date: 2005/11/21 09:46:25 $ + Version: $Revision: 1.29 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,6 +38,7 @@ class GDCM_EXPORT DicomDirPatient : public DicomDirObject gdcmTypeMacro(DicomDirPatient); public: +/// \brief Constructs a DicomDirPatient with a RefCounter static DicomDirPatient *New(bool empty=false) {return new DicomDirPatient(empty);} void Print(std::ostream &os = std::cout, std::string const &indent = "" );