X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDicomDirObject.h;h=361f49645cab7daf8d7ea0d84bfa8f964140305a;hb=4491b768d9529a24608e44d6ef77dc235d37dbb7;hp=2c70277b489b2a17721d76661cb1dc8a125da209;hpb=060ddb1e7fabdfc43c258dfd575df80e4023fd32;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index 2c70277b..361f4964 100644 --- a/src/gdcmDicomDirObject.h +++ b/src/gdcmDicomDirObject.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDirObject.h,v $ Language: C++ - Date: $Date: 2005/01/20 11:09:23 $ - Version: $Revision: 1.13 $ + Date: $Date: 2005/01/20 16:16:42 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -41,7 +41,6 @@ typedef std::list ListContent; class GDCM_EXPORT DicomDirObject : public SQItem { public: - void FillObject(ListDicomDirMetaElem const &elemList); protected: // Constructor and destructor are protected to avoid end user to @@ -49,6 +48,8 @@ protected: // NO ! DicomDir needs to instanciate it! DicomDirObject(int depth = 1); ~DicomDirObject(); + + void FillObject(ListDicomDirMetaElem const &elemList); }; } // end namespace gdcm