]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
ENH: Minor patch, mostly cosmetic clean up
[gdcm.git] / src / gdcmHeader.h
index b6cb2c21aaca4e0eeffd75e079536ce33c4857d3..9110e023bba15dbfbd8e40c790827691022701c1 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmHeader.h,v $
   Language:  C++
-  Date:      $Date: 2004/07/17 22:45:40 $
-  Version:   $Revision: 1.81 $
+  Date:      $Date: 2004/07/31 23:30:04 $
+  Version:   $Revision: 1.85 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -109,9 +109,7 @@ protected:
 public:
    gdcmHeader(bool exception_on_error = false);
    gdcmHeader(std::string const & filename, 
-              bool  exception_on_error = false, 
-              bool  enable_sequences   = false,
-              bool  skip_shadow        = false);
+              bool  exception_on_error = false);
  
    virtual ~gdcmHeader();
 
@@ -169,11 +167,11 @@ public:
    /// Read (used in gdcmFile)
    void SetImageDataSize(size_t expectedSize);
 
-   void gdcmHeader::Write(FILE* fp,FileType filetype);
+   void Write(FILE* fp, FileType filetype);
  
 protected:
    bool AnonymizeHeader();
-   void GetImageOrientationPatient( float* iop );
+   void GetImageOrientationPatient( float iop[6] );
 
 private:
   friend class gdcmSerieHeader;