X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirVisit.h;h=580eb705c3b206b2cf38344ee60cf4960d03f924;hb=5ac625c72835828d687ebdef878691d0913ae41b;hp=27f03b6dc1bda639a6a1fca88d3fe12b01562d44;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmDicomDirVisit.h b/src/gdcmDicomDirVisit.h index 27f03b6d..580eb705 100644 --- a/src/gdcmDicomDirVisit.h +++ b/src/gdcmDicomDirVisit.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirVisit.h,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:34 $ - Version: $Revision: 1.2 $ + Date: $Date: 2005/11/21 09:46:25 $ + Version: $Revision: 1.3 $ 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 DicomDirVisit : public DicomDirObject gdcmTypeMacro(DicomDirVisit); public: +/// \brief Constructs a DicomDirVisit with a RefCounter static DicomDirVisit *New(bool empty=false) {return new DicomDirVisit(empty);} void Print( std::ostream &os = std::cout, std::string const &indent = "" );