]> Creatis software - gdcm.git/blobdiff - src/gdcmSQItem.h
Add IsParsable() method, to avoid confusion with IsReadable()
[gdcm.git] / src / gdcmSQItem.h
index 0d8852258e9471ff5481c4fb87a026312dadb440..b76afb5a9aecd9220c9a206c4fb1ee2c2e227641 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSQItem.h,v $
   Language:  C++
-  Date:      $Date: 2005/10/25 14:52:35 $
-  Version:   $Revision: 1.47 $
+  Date:      $Date: 2005/11/07 09:46:37 $
+  Version:   $Revision: 1.48 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -47,6 +47,7 @@ public:
 
    virtual void Print(std::ostream &os = std::cout, std::string const &indent = "" ); 
    void WriteContent(std::ofstream *fp, FileType filetype);
+   uint32_t ComputeFullLength();
 
    bool AddEntry(DocEntry *Entry); // add to the List
    bool RemoveEntry(DocEntry *EntryToRemove);