X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmWriter.h;h=4d25c828466b27b0549b6eb8703ffb6aa4403bfd;hb=aabd40fdab563ece466ce5e3830798dd73ee3941;hp=9811f6cb93cfdcc2b0023a2e7084cf65c1188ecc;hpb=022c134ccd77090a95cf8b264c22ceb1d7f366ad;p=gdcm.git diff --git a/vtk/vtkGdcmWriter.h b/vtk/vtkGdcmWriter.h index 9811f6cb..4d25c828 100644 --- a/vtk/vtkGdcmWriter.h +++ b/vtk/vtkGdcmWriter.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmWriter.h,v $ Language: C++ - Date: $Date: 2007/06/08 12:39:49 $ - Version: $Revision: 1.10 $ + Date: $Date: 2007/06/21 14:47:16 $ + Version: $Revision: 1.12 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,7 +20,7 @@ #define __vtkGdcmWriter_h #include "gdcmCommon.h" // To avoid warnings concerning the std -#include "gdcmFile.h" // for gdcm::File +#include "gdcmFile.h" // for GDCM_NAME_SPACE::File #include #include @@ -85,12 +85,12 @@ public: //BTX // Description: - // Aware user is allowed to pass his own gdcm::File *, so he may set *any Dicom field* he wants. - // (including his own Shadow Elements, or any gdcm::SeqEntry) - // gdcm::FileHelper::CheckMandatoryElements() will check inconsistencies, as far as it knows how. + // Aware user is allowed to pass his own GDCM_NAME_SPACE::File *, so he may set *any Dicom field* he wants. + // (including his own Shadow Elements, or any GDCM_NAME_SPACE::SeqEntry) + // GDCM_NAME_SPACE::FileHelper::CheckMandatoryElements() will check inconsistencies, as far as it knows how. // Sorry, not yet available under Python. - vtkSetMacro(GdcmFile, gdcm::File *); - vtkGetMacro(GdcmFile, gdcm::File *); + vtkSetMacro(GdcmFile, GDCM_NAME_SPACE::File *); + vtkGetMacro(GdcmFile, GDCM_NAME_SPACE::File *); //ETX vtkSetMacro(ContentType, int); @@ -120,7 +120,7 @@ private: vtkMedicalImageProperties *MedicalImageProperties; int WriteType; //BTX - gdcm::File *GdcmFile; + GDCM_NAME_SPACE::File *GdcmFile; //ETX int ContentType;