]> Creatis software - gdcm.git/commit
* gdcmPython/gdcm.i:
authorfrog <frog>
Tue, 27 May 2003 15:16:13 +0000 (15:16 +0000)
committerfrog <frog>
Tue, 27 May 2003 15:16:13 +0000 (15:16 +0000)
commit056201f7ae914314059ccb136d35c674a0ad9e0b
treeef3dc69d3efa91cba585d74cffba2dfae1d0c5f4
parentd33e6dbaea0733faa6c24075f75aa47b68452c47
  * gdcmPython/gdcm.i:
        - typemaps correction to take into account the systematic replacement
          of "using namespace std" with std:: prefix e.g. std::list,
          std::string... (cf changes of 2003-05-21).
        - gdcmGlob global variable of type gdcmGlobal (defined in
          src/gdcmUtil.cxx and declared in gdcmPython/gdcm.i) is now
          exported to Python a as cvar.
      * gdcmPython/__init__.py now defines two functions GetPubDictTagNames()
        and GetPubDictTagNamesByCategory() as a replacement for deprecated
        gdcmDictSet.GetPubDictTagNames() and
        gdcmDictSet.GetPubDictTagNamesByCategory() class functions (i.e.
        C++ static methods).
      * gdcmPython/demo/printGroupedPublicDict.py is operational again,
        with the above changes.                    ---- Frog
ChangeLog
gdcmPython/__init__.py
gdcmPython/demo/printGroupedPublicDict.py
gdcmPython/gdcm.i