X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=vtk%2FvtkGdcmReader.cxx;h=dc8662708c825f645b121456b40ceed821f1ccc1;hb=1d69b92978803204089d270599133917d944c651;hp=fdbb9c8509a35742d8f88349c248b732d93447b1;hpb=defee71df6c5b52abd43d8ba09bd1db8bed1454a;p=gdcm.git diff --git a/vtk/vtkGdcmReader.cxx b/vtk/vtkGdcmReader.cxx index fdbb9c85..dc866270 100644 --- a/vtk/vtkGdcmReader.cxx +++ b/vtk/vtkGdcmReader.cxx @@ -58,7 +58,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.50 $"); +vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.51 $"); vtkStandardNewMacro(vtkGdcmReader); //----------------------------------------------------------------------------- @@ -444,7 +444,7 @@ int vtkGdcmReader::CheckFileCoherence() fclose(fp); // Stage 1.2: check for Gdcm parsability - gdcmHeader GdcmHeader(filename->c_str() ); + gdcm::Header GdcmHeader(filename->c_str() ); if (!GdcmHeader.IsReadable()) { vtkErrorMacro("Gdcm cannot parse file " << filename->c_str()); @@ -612,7 +612,7 @@ size_t vtkGdcmReader::LoadImageInMemory( unsigned long & updateProgressCount) { vtkDebugMacro("Copying to memory image [" << fileName.c_str() << "]"); - gdcmFile file( fileName.c_str() ); + gdcm::File file( fileName.c_str() ); size_t size; // If the data structure of vtk for image/volume representation