X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vtk%2FvtkGdcmReader.cxx;h=983dd3e4e9dd7c3a2442ec7a898c6fa2747f699c;hb=0ce6682a82eacb85233fcccef601f83bb591ec12;hp=6db14bad8d58cf810a6740d8d0a34b4e337357e9;hpb=c094e185dd6404df031524ccae8e1b51e3b84871;p=gdcm.git diff --git a/vtk/vtkGdcmReader.cxx b/vtk/vtkGdcmReader.cxx index 6db14bad..983dd3e4 100644 --- a/vtk/vtkGdcmReader.cxx +++ b/vtk/vtkGdcmReader.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: vtkGdcmReader.cxx,v $ Language: C++ - Date: $Date: 2005/01/21 11:40:56 $ - Version: $Revision: 1.66 $ + Date: $Date: 2005/03/03 11:39:24 $ + Version: $Revision: 1.67 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -75,7 +75,7 @@ #include #include -vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.66 $"); +vtkCxxRevisionMacro(vtkGdcmReader, "$Revision: 1.67 $"); vtkStandardNewMacro(vtkGdcmReader); //----------------------------------------------------------------------------- @@ -226,7 +226,6 @@ void vtkGdcmReader::ExecuteInformation() { vtkDebugMacro(<< "16 bits signed image"); this->SetDataScalarTypeToShort(); - //vtkErrorMacro(<< "Cannot handle 16 bit signed files"); } else if ( ImageType == "32U" ) { @@ -257,7 +256,7 @@ void vtkGdcmReader::ExecuteInformation() * Update => ouput->Update => UpdateData => Execute => ExecuteData * (see vtkSource.cxx for last step). * This function (redefinition of vtkImageReader::ExecuteData, see - * VTK/IO/vtkImageReader.cxx) reads a data from a file. The datas + * VTK/IO/vtkImageReader.cxx) reads a data from a file. The data * extent/axes are assumed to be the same as the file extent/order. */ void vtkGdcmReader::ExecuteData(vtkDataObject *output) @@ -533,8 +532,8 @@ int vtkGdcmReader::CheckFileCoherence() } else { - // We didn't have a workable reference file yet. Set this one - // as the reference. + // We didn't have a workable reference file yet. + // Set this one as the reference. FoundReferenceFile = true; vtkDebugMacro(<< "This file taken as coherence reference:" << filename->c_str());