]> Creatis software - gdcm.git/commit
* vtk subdir added. Contains vtkGdcmReader.[cxx|h] a vtk class
authorfrog <frog>
Mon, 5 May 2003 14:13:58 +0000 (14:13 +0000)
committerfrog <frog>
Mon, 5 May 2003 14:13:58 +0000 (14:13 +0000)
commit90a2b8eeadb9d5afb2bc165b080f8a4622f5deb4
tree16861ed3e2b153bc41f68da2fd084f89a8a67c66
parentfe180328806c1528b6d7a8518780569c866dff40
  * vtk subdir added. Contains vtkGdcmReader.[cxx|h] a vtk class
        inherinting from vtkImageReader and testvtkGdcmReader.cxx a small
        demo of the usage of this class.
        Compilation of this vtk part is only done when using the --enable-vtk
        at configure (or autogen.sh) stage.
13 files changed:
ChangeLog
Doc/DoxyInstallation.txt
INSTALL
Makefile.am
configure.in
src/gdcmDict.h
src/gdcmHeader.cxx
src/gdcmHeader.h
vtk/.cvsignore [new file with mode: 0644]
vtk/Makefile.am [new file with mode: 0644]
vtk/testvtkGdcmReader.cxx [new file with mode: 0644]
vtk/vtkGdcmReader.cxx [new file with mode: 0644]
vtk/vtkGdcmReader.h [new file with mode: 0644]