]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.h
Fix mistypings
[gdcm.git] / src / gdcmSeqEntry.h
index a0c167eba57620338d39f7af5d1f3f4fe3bf2e49..5869387e7e94332b270bb03f46d0086b2ff08d35 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.h,v $
   Language:  C++
-  Date:      $Date: 2007/08/22 16:14:04 $
-  Version:   $Revision: 1.45 $
+  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
@@ -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