X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirMeta.h;h=7f8bd5799b6e9d15dc0cb2509bb31c870f5f157c;hb=912de5d1cc942f7386c83d32c5d847ef5bb2bf17;hp=eef83e02a1e2983717ab6b044803ab76e19f6347;hpb=30d2b02b938fe912d866b40ca2b9842961481ab2;p=gdcm.git diff --git a/src/gdcmDicomDirMeta.h b/src/gdcmDicomDirMeta.h index eef83e02..7f8bd579 100644 --- a/src/gdcmDicomDirMeta.h +++ b/src/gdcmDicomDirMeta.h @@ -1,5 +1,21 @@ -// gdcmDicomDirMeta.h -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmDicomDirMeta.h,v $ + Language: C++ + Date: $Date: 2004/08/26 15:29:52 $ + Version: $Revision: 1.6 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #ifndef GDCMDICOMDIRMETA_H #define GDCMDICOMDIRMETA_H @@ -11,9 +27,10 @@ class GDCM_EXPORT gdcmDicomDirMeta : public gdcmObject public: gdcmDicomDirMeta(TagDocEntryHT *ptagHT); - ~gdcmDicomDirMeta(void); + ~gdcmDicomDirMeta(); virtual void Print(std::ostream &os = std::cout); + virtual void Write(FILE * fp, FileType t); }; //-----------------------------------------------------------------------------