]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
* src/gdcmFile.cxx : bug fix under Window after JPR commit
[gdcm.git] / src / gdcmHeader.h
index 7d0249c261a699e6e33f357fbc2c9f3c61d2045f..1657e70c0c343a32ef64e957a85a83d0b560f429 100644 (file)
@@ -1,11 +1,12 @@
-// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.29 2003/06/26 13:07:01 jpr Exp $
+// $Header: /cvs/public/gdcm/src/Attic/gdcmHeader.h,v 1.32 2003/07/02 16:47:22 jpr Exp $
 
 #ifndef GDCMHEADER_H
 #define GDCMHEADER_H
 
 #include <map>
 #include "gdcmCommon.h"
-#include "gdcmUtil.h"
+#include "gdcmVR.h"
+#include "gdcmTS.h"
 #include "gdcmException.h"
 #include "gdcmDictSet.h"
 #include "gdcmElValue.h"
@@ -163,20 +164,25 @@ public:
 
    int SetPubElValByName  (std::string content, std::string TagName);
    int SetShaElValByName  (std::string content, std::string ShadowTagName);
+   
    int SetPubElValByNumber(std::string content, guint16 group, guint16 element);
-
    int SetShaElValByNumber(std::string content, guint16 group, guint16 element);
    
    int SetPubElValLengthByNumber(guint32 lgr, guint16 group, guint16 element);                                   
 
    int ReplaceOrCreateByNumber(std::string Value, guint16 Group, guint16 Elem); 
-   int ReplaceOrCreateByNumber(char * Value,      guint16 Group, guint16 Elem);                                
+   int ReplaceOrCreateByNumber(     char * Value, guint16 Group, guint16 Elem);                                
                                
    int GetXSize(void);  
    int GetYSize(void);
    int GetZSize(void);
    int GetBitsStored(void);
    int GetSamplesPerPixel(void);
+   
+/* ================ COMMENT OUT after unfreeze
+   int GetPlanarConfiguration(void);
+   ======================================= */
+
    int GetPixelSize(void);       
    std::string GetPixelType(void);