]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
ENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines of changes, please be gentle...
[gdcm.git] / src / gdcmOrientation.h
index 1ff2432599c99b14c793bb4a3d6619e05624ec8e..0692d9d50696f518839b9ff5811d55b76e51f659 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: 2006/02/16 20:06:14 $
+  Version:   $Revision: 1.18 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -20,7 +20,6 @@
 #define GDCMORIENTATION_H
 
 #include "gdcmRefCounter.h"
-
 #include <map>
 
 namespace gdcm 
@@ -107,7 +106,7 @@ public:
   std::string GetOrientation ( File *file );  
   
   static const char* GetOrientationTypeString(OrientationType const o);
-  
+
 protected:
 /// \brief Constructor
   Orientation() {}