X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.h;h=5869387e7e94332b270bb03f46d0086b2ff08d35;hb=bd7bec4c367d671a9da358584e98a8ec29bb641e;hp=488b37588ff1b84794bd46ed0a24c688fceebd87;hpb=66c8b2ef6c096d675afb963778604ed7ae72a78c;p=gdcm.git diff --git a/src/gdcmSeqEntry.h b/src/gdcmSeqEntry.h index 488b3758..5869387e 100644 --- a/src/gdcmSeqEntry.h +++ b/src/gdcmSeqEntry.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmSeqEntry.h,v $ Language: C++ - Date: $Date: 2007/07/26 08:36:49 $ - Version: $Revision: 1.44 $ + Date: $Date: 2007/09/17 12:16:01 $ + Version: $Revision: 1.47 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,8 +16,8 @@ =========================================================================*/ -#ifndef GDCMSQDOCENTRY_H -#define GDCMSQDOCENTRY_H +#ifndef _GDCMSQDOCENTRY_H_ +#define _GDCMSQDOCENTRY_H_ #include "gdcmDocEntry.h" @@ -51,7 +51,8 @@ public: {return new SeqEntry(group,elem);} void Print(std::ostream &os = std::cout, std::string const &indent = "" ); - void WriteContent(std::ofstream *fp, FileType filetype, bool insideMetaElements); + void WriteContent(std::ofstream *fp, FileType filetype, + bool insideMetaElements, bool insideSequence); uint32_t ComputeFullLength(); void AddSQItem(SQItem *it, int itemNumber); @@ -96,10 +97,10 @@ private: /// sequence terminator item DocEntry *SeqTerm; - /// \brief Defines the depth level of this \ref SeqEntry inside - /// the (optionaly) nested sequences. \ref SQDepthLevel - /// and its \ref SQItem::SQDepthLevel counterpart - /// are only defined on printing purposes (see \ref Print). + /// \brief Defines the depth level of this SeqEntry inside + /// the (optionaly) nested sequences. SQDepthLevel + /// and its SQItem::SQDepthLevel counterpart + /// are only defined on printing purposes (see Print). int SQDepthLevel; }; } // end namespace gdcm