]> Creatis software - gdcm.git/commitdiff
fix gdcm -> GDCM_NAME_SPACE
authorjpr <jpr>
Mon, 17 Sep 2007 12:20:00 +0000 (12:20 +0000)
committerjpr <jpr>
Mon, 17 Sep 2007 12:20:00 +0000 (12:20 +0000)
src/gdcmGlobal.cxx
src/gdcmMpeg.cxx
src/gdcmOrientation.cxx

index ef16d2b9a9488d328c10205b4c600b57d86f3432..7ae08b6e0a16ed5277aad44ba21e2a28c9188dcc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmGlobal.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/07/04 15:38:53 $
-  Version:   $Revision: 1.36 $
+  Date:      $Date: 2007/09/17 12:20:01 $
+  Version:   $Revision: 1.37 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -37,7 +37,7 @@ namespace  GDCM_NAME_SPACE
 
 const std::string GDCM_UNKNOWN   = "GDCM::Unknown";
 const std::string GDCM_UNFOUND   = "GDCM::Unfound";
-const std::string GDCM_BINLOADED = "GDCM::Binary data loaded";
+const std::string GDCM_BINLOADED = "GDCM::Binary data";
 const std::string GDCM_NOTLOADED = "GDCM::NotLoaded";
 const std::string GDCM_UNREAD    = "GDCM::UnRead";
 const std::string GDCM_NOTASCII  = "GDCM::NotAscii";
index 25493fab86b03cb8b11f06cf1018ad9dfd240877..fc31f6e4a783319ec53915be6888ab4833ac5fb0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmMpeg.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/08/22 16:14:04 $
-  Version:   $Revision: 1.13 $
+  Date:      $Date: 2007/09/17 12:20:01 $
+  Version:   $Revision: 1.14 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -297,7 +297,7 @@ static int video_sequence(int *Bitstream_Framenumber)
 }
 } // End "C" extern
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 /**
  * \brief   routine for MPEG decompression 
index 5340edeb470852c717b714aa0bdbe76c900860ee..91cf0fe8b3d012c06ee08d4e4ec1f102563d0bdd 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmOrientation.cxx,v $
   Language:  C++
-  Date:      $Date: 2007/05/23 14:18:10 $
-  Version:   $Revision: 1.25 $
+  Date:      $Date: 2007/09/17 12:20:00 $
+  Version:   $Revision: 1.26 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -397,7 +397,7 @@ GetPatSliceOrient(gdcm::File &h)
   enum { transaxial, sagittal, coronal } slice_orientation;
 
   std::string patient_position = h.GetEntryByNumber(0x0018,0x5100);
-  if(patient_position == "gdcm::Unfound")
+  if(patient_position == GDCM_UNFOUND)
     {
     patient_position = "HF";
     }