]> Creatis software - gdcm.git/blobdiff - src/gdcmHeader.h
malloc à la plce de g_malloc
[gdcm.git] / src / gdcmHeader.h
index 6b665031b543194347bd62945e8c25d05895f001..fa33ebc8d039e96605688aedf330fcac8b02088b 100644 (file)
@@ -105,6 +105,8 @@ private:
    bool IsJPEGExtendedProcess2_4TransferSyntax(void); 
    bool IsJPEGExtendedProcess3_5TransferSyntax(void);
    bool IsJPEGSpectralSelectionProcess6_8TransferSyntax(void); 
+   
+   bool IsJPEGLossless(void); 
       
 protected:
    // FIXME: is this enum still necessary ??
@@ -159,6 +161,9 @@ public:
    int SetPubElValByNumber(string content, guint16 group, guint16 element);
    int SetShaElValByName(string content, string ShadowTagName);
    int SetShaElValByNumber(string content, guint16 group, guint16 element);
+   
+   int gdcmHeader::SetPubElValLengthByNumber(guint32 lgr, guint16 group,
+                                    guint16 element);
 
    ElValSet GetPubElVals() { return(PubElVals); }
 };