]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.h
* Test/ShowDicom.cxx : Change the test to only open one vtkImageViewer.
[gdcm.git] / src / gdcmSeqEntry.h
index e23657f9dc15afeccfff2a9f6c1a3d1f2b6caa38..d89632f2a11d7a93e378f061a23c146bcb9309cc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.h,v $
   Language:  C++
-  Date:      $Date: 2004/10/25 03:03:45 $
-  Version:   $Revision: 1.22 $
+  Date:      $Date: 2004/11/25 15:46:12 $
+  Version:   $Revision: 1.24 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -33,17 +33,17 @@ class GDCM_EXPORT SeqEntry : public DocEntry
 {
 public:
    SeqEntry( DictEntry* );
-   SeqEntry(DocEntry* d,  int depth);
+   SeqEntry( DocEntry* d, int depth );
    ~SeqEntry();
    
-   virtual void Print(std::ostream &os = std::cout); 
-   virtual void Write(std::ofstream *fp, FileType);
+   void Print(std::ostream &os = std::cout); 
+   void WriteContent(std::ofstream *fp, FileType filetype);
 
    /// returns the SQITEM chained List for this SeQuence.
    ListSQItem const & GetSQItems() const { return Items; }
       
    /// Sets the delimitor mode
-   void SetDelimitorMode(bool dm) { DelimitorMode = dm;}
+   void SetDelimitorMode(bool dm) { DelimitorMode = dm; }
 
    /// Sets the Sequence Delimitation Item
    void SetSequenceDelimitationItem(DocEntry * e) { SeqTerm = e;}