X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmObject.h;h=04363a85a1341179f5ad7e47df3f824b1f848278;hb=f6dbab059809959b586408f89330264a03cfe656;hp=2f4317fade93a769d2bfc5199783d881d44bd7ee;hpb=49c0af19f5bf0f2402d37d8abf7fb139e7453245;p=gdcm.git diff --git a/src/gdcmObject.h b/src/gdcmObject.h index 2f4317fa..04363a85 100644 --- a/src/gdcmObject.h +++ b/src/gdcmObject.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmObject.h,v $ Language: C++ - Date: $Date: 2004/08/01 00:59:21 $ - Version: $Revision: 1.18 $ + Date: $Date: 2004/08/26 15:29:53 $ + Version: $Revision: 1.19 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -39,6 +39,9 @@ typedef std::list ListContent; class GDCM_EXPORT gdcmObject : public gdcmSQItem { public: + + gdcmObject(TagDocEntryHT *ptagHT, int depth = 0); + virtual ~gdcmObject(); /** * \brief Sets the print level for the Dicom Header * \note 0 for Light Print; 1 for 'medium' Print, 2 for Heavy @@ -51,9 +54,8 @@ public: protected: // Constructor and destructor are protected to avoid end user to - // instanciate from this class. - gdcmObject(TagDocEntryHT *ptagHT, int depth = 0); - virtual ~gdcmObject(); + // instanciate from this class. + // NO ! gdcmDicomDir needs to instanciate it! // Members : ///\brief detail level to be printed