]> Creatis software - gdcm.git/commit
* src/gdcm.h, gdcmHeader.cxx:
authorfrog <frog>
Wed, 11 Dec 2002 17:56:00 +0000 (17:56 +0000)
committerfrog <frog>
Wed, 11 Dec 2002 17:56:00 +0000 (17:56 +0000)
commitcb5e6c7cb10e5a644ebb8deb9bb4d35c89f6e736
treebeda7517d1cc386c35f7287b20b2f25673f35de3
parent8afb2999a90aefbce7662c43fe19dad237d49331
  * src/gdcm.h, gdcmHeader.cxx:
        - historic references to glib's g_malloc and g_free (#defined)
          were definitively removed.
        - gdcm.h: cosmetic changes (part of comments moved to Doc/requirements)
      * src/gdcmElValSet.cxx:
        - GetElement(guint32, guint32) renamed to GetElementByNumber.
        - GetElValue(guint32, guint32) renamed to GetElValueByNumber.
        - GetElValue(string) renamed to GetElValueByName.
        - Added GetElementByName(string).
      * src/gdcmHeader.cxx: added
        - GetPubElValRepByNumber(guint16, guint16)
        - GetPubElValRepByName(string)
        - GetShaElValRepByNumber(guint16, guint16)
        - GetShaElValRepByName(string)
        - GetShaElValByNumber(guint16, guint16)
        - GetShaElValRepByName(string)
        - GetElValRepByNumber(guint16, guint16)
        - GetElValRepByName(string)
        - GetElValByNumber(guint16, guint16)
        - GetElValRepByName(string)
      * Doc/requirements.txt added.  --- Frog
ChangeLog
Doc/requirement.txt [new file with mode: 0644]
src/gdcm.h
src/gdcmElValSet.cxx
src/gdcmHeader.cxx