X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirObject.h;h=361f49645cab7daf8d7ea0d84bfa8f964140305a;hb=1dd2c40c0da9098b444ad53b0e3c23da808997fa;hp=c731f46e1f0d99c0e6c69ac1b776675be1bd8f44;hpb=ac0c6624e5206f25f5adc7deb53f937e00e6e264;p=gdcm.git diff --git a/src/gdcmDicomDirObject.h b/src/gdcmDicomDirObject.h index c731f46e..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/11 15:15:38 $ - Version: $Revision: 1.12 $ + 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 @@ -30,6 +30,8 @@ namespace gdcm //----------------------------------------------------------------------------- class DicomDirObject; +//----------------------------------------------------------------------------- +typedef std::list ListContent; //----------------------------------------------------------------------------- /** * \ingroup DicomDirObject @@ -38,10 +40,7 @@ class DicomDirObject; */ class GDCM_EXPORT DicomDirObject : public SQItem { -typedef std::list ListContent; public: - TagDocEntryHT GetEntryHT(); - 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