]> Creatis software - gdcm.git/commit
* Added python wrappers of vtkGdcmReader vtk class (see the
authorfrog <frog>
Wed, 21 May 2003 08:21:16 +0000 (08:21 +0000)
committerfrog <frog>
Wed, 21 May 2003 08:21:16 +0000 (08:21 +0000)
commit00bc08e9b8fd5aadac41221a071783ef3d485f94
treebbe004d5a650a888d595688a9a19d1506a5c0e6e
parent6cf458fe8d13f8b577a62802650afc6f67c720a0
  * Added python wrappers of vtkGdcmReader vtk class (see the
        source in vtk/vtkGdcmReader.cxx) :
        - vtk/Makefile.am now builds a library
        - gdcmPython/Makefile.am now builds vtkgdcmPython a second import
          python library (as opposed to _gdcm.so wich are the python
          wrappers of gdcm). vtkgdcmPython.so uses the vtk python wrappers
          (vtkWrapPython and vtkWrapPythonInit utility) to build vtkgdcmPython
          import library.
        - configure.in has an additional flag --enable-vtk that needs
          to be set to enable compilation of vtk related code, that is:
          + vtk/vtkGdcmReader.so and
          + vtk/testvtkGdcmReader C++ demo of vtk wrappers of gdcm)
          + gdcmPython/vtkgdcmPython.so (see above)
        - gdcmPython/demo/vtkGdcmDemo.py corrected (some images cannot
          be read when compressed or when HighBit + 1 != BitsStored),
        - gdcmPython/demo/vtkGdcmReader.py added. This demo illustrates
          the usage of the python wrapper of vtkGdcmReader vtk class.
      * vtk/vtkGdcmReader.cxx: bug fixed (thanks to Benoit Regrain).
ChangeLog
configure.in
gdcmPython/Makefile.am
gdcmPython/demo/vtkGdcmDemo.py
gdcmPython/demo/vtkGdcmReader.py [new file with mode: 0644]
gdcmPython/vtkWrapPythonInit.c [new file with mode: 0644]
vtk/.cvsignore
vtk/Makefile.am
vtk/testvtkGdcmReader.cxx
vtk/vtkGdcmReader.cxx