From: regrain Date: Thu, 2 Dec 2004 11:47:32 +0000 (+0000) Subject: * gdcmPython/gdcm.i : change gdcmHeaderHelper to gdcmSerieHeader. Now, X-Git-Tag: Version1.0.bp~552 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2b3445eb897dead75de24df82eaea22364fa4c6c;p=gdcm.git * gdcmPython/gdcm.i : change gdcmHeaderHelper to gdcmSerieHeader. Now, the python part recompiles -- BeNours --- diff --git a/ChangeLog b/ChangeLog index 62a0acea..757a7515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-12-02 Benoit Regrain + * gdcmPython/gdcm.i : change gdcmHeaderHelper to gdcmSerieHeader. Now, + the python part recompiles + 2004-11-30 Benoit Regrain * Test/ShowDicom.cxx : Change the test to only open one vtkImageViewer. Otherwise, under linux (Graphic card : NVidia / SE : FedoraCore 1) the diff --git a/gdcmPython/gdcm.i b/gdcmPython/gdcm.i index 72038f5f..a2bba760 100644 --- a/gdcmPython/gdcm.i +++ b/gdcmPython/gdcm.i @@ -18,7 +18,7 @@ #include "gdcmFile.h" #include "gdcmGlobal.h" #include "gdcmHeader.h" -#include "gdcmHeaderHelper.h" +#include "gdcmSerieHeader.h" #include "gdcmRLEFramesInfo.h" #include "gdcmJPEGFragmentsInfo.h" #include "gdcmSQItem.h" @@ -278,7 +278,7 @@ using namespace gdcm; %include "gdcmDicomDirMeta.h" %include "gdcmDocument.h" %include "gdcmHeader.h" -%include "gdcmHeaderHelper.h" +%include "gdcmSerieHeader.h" %include "gdcmFile.h" %include "gdcmUtil.h" %include "gdcmGlobal.h"