X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirImage.h;h=8f04b09fa586ba20f9bf6fd0ab5ec82eeb2f2e12;hb=906464b1c71b1b623f8202a693e75a358a5bd965;hp=573cc64fee4b56622469dc11051355e576c32e7c;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmDicomDirImage.h b/src/gdcmDicomDirImage.h index 573cc64f..8f04b09f 100644 --- a/src/gdcmDicomDirImage.h +++ b/src/gdcmDicomDirImage.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirImage.h,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:33 $ - Version: $Revision: 1.17 $ + Date: $Date: 2005/11/21 09:46:25 $ + Version: $Revision: 1.18 $ 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 @@ namespace gdcm gdcmTypeMacro(DicomDirImage); public: +/// \brief Constructs a DicomDirImage with a RefCounter static DicomDirImage *New(bool empty=false) {return new DicomDirImage(empty);} void Print(std::ostream &os = std::cout, std::string const &indent = "" );