]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.h
We are no longer cheated by Elem belonging to group 0x0002,
[gdcm.git] / src / gdcmSeqEntry.h
index 778858c64291ad65789b726366e1e05273e2f660..488b37588ff1b84794bd46ed0a24c688fceebd87 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.h,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:11 $
-  Version:   $Revision: 1.43 $
+  Date:      $Date: 2007/07/26 08:36:49 $
+  Version:   $Revision: 1.44 $
                                                                                 
   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,7 @@ public:
                            {return new SeqEntry(group,elem);}
    
    void Print(std::ostream &os = std::cout, std::string const &indent = "" ); 
-   void WriteContent(std::ofstream *fp, FileType filetype);
+   void WriteContent(std::ofstream *fp, FileType filetype, bool insideMetaElements);
    uint32_t ComputeFullLength();
 
    void AddSQItem(SQItem *it, int itemNumber);