]> Creatis software - gdcm.git/commitdiff
* Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the
authorregrain <regrain>
Tue, 18 Jan 2005 18:24:06 +0000 (18:24 +0000)
committerregrain <regrain>
Tue, 18 Jan 2005 18:24:06 +0000 (18:24 +0000)
     test. Now it's on image content and not on the resulting visualisation...
     might solve the problem on linux when using the OpenGL drivers
   -- BeNours

ChangeLog
vtk/vtkGdcmWriter.cxx

index 6305deef45b17388d9ce5ec52a8a1ff38a1e22f6..78a1bffebd75e8286ef8f2e77ad28357aeba5966 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-18 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+   * Test/ShowDicom.cxx, ShowDicomSeq.cxx, TestWriteWithVTK.cxx : change the
+     test. Now it's on image content and not on the resulting visualisation...
+     might solve the problem on linux when using the OpenGL drivers
+
 2005-01-18 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
    * ENH for DicomDir, DicomDirPatient, DicomDirStudy, 
                  DicomDirSerie, DicomDirImage
@@ -63,7 +68,7 @@
      sort DICOM files
 
 2005-01-13 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
-   * ENH - Comment out Mathieu's (dangerous) Super Hack 
+   * ENH - Comment out Mathieu's (dangerous) Super Hack
              for dealing with BIGENDIAN processors
                        - Move equivalent stuff to BinEntry::WriteContent
                        When necessary, 16 Bits Pixels are swapped in a small buffer
index 720b1fc67d101caaa8b083fc3ac33e9c6e7ada45..f121408fadb2576e3aff2851f61bad9411db898a 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: vtkGdcmWriter.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/08 15:04:00 $
-  Version:   $Revision: 1.9 $
+  Date:      $Date: 2005/01/18 18:24:07 $
+  Version:   $Revision: 1.10 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -26,7 +26,7 @@
 #include <vtkPointData.h>
 #include <vtkLookupTable.h>
 
-vtkCxxRevisionMacro(vtkGdcmWriter, "$Revision: 1.9 $");
+vtkCxxRevisionMacro(vtkGdcmWriter, "$Revision: 1.10 $");
 vtkStandardNewMacro(vtkGdcmWriter);
 
 //-----------------------------------------------------------------------------
@@ -340,7 +340,6 @@ void vtkGdcmWriter::WriteDcmFile(char *fileName,vtkImageData *image)
    {
       vtkErrorMacro( << "File "  <<  this->FileName  <<  "couldn't be written by "
                      << " the gdcm library");
-      std::cerr << "not written \n";
    }
 
    // Clean up