X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmWriter.h;h=4d25c828466b27b0549b6eb8703ffb6aa4403bfd;hb=fb1db702e2e94adb9c04387604dbe635726db898;hp=c49f8ceb1454da7410d4bc0f7c869efc5fb0fb78;hpb=96a20c8aafd6b3e9dc558d6642d2eaf53edf0dd0;p=gdcm.git diff --git a/vtk/vtkGdcmWriter.h b/vtk/vtkGdcmWriter.h index c49f8ceb..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: 2006/05/02 13:11:58 $ - Version: $Revision: 1.9 $ + 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 Eleents, 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;