]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
Deal with element 0x0001 of Private Groups
[gdcm.git] / src / gdcmOrientation.h
index 1ff2432599c99b14c793bb4a3d6619e05624ec8e..e53823861fe43da3374b1f89a5295eb454ed0779 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmOrientation.h,v $
   Language:  C++
-  Date:      $Date: 2005/11/28 16:31:23 $
-  Version:   $Revision: 1.17 $
+  Date:      $Date: 2007/05/23 14:18:11 $
+  Version:   $Revision: 1.19 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #define GDCMORIENTATION_H
 
 #include "gdcmRefCounter.h"
-
 #include <map>
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 typedef struct
 {
@@ -107,7 +106,7 @@ public:
   std::string GetOrientation ( File *file );  
   
   static const char* GetOrientationTypeString(OrientationType const o);
-  
+
 protected:
 /// \brief Constructor
   Orientation() {}