X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmOrientation.h;h=0692d9d50696f518839b9ff5811d55b76e51f659;hb=46590a1960c6ff290e5a6404ca8a7c70cb9349bb;hp=1ff2432599c99b14c793bb4a3d6619e05624ec8e;hpb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;p=gdcm.git diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index 1ff24325..0692d9d5 100644 --- a/src/gdcmOrientation.h +++ b/src/gdcmOrientation.h @@ -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 namespace gdcm @@ -107,7 +106,7 @@ public: std::string GetOrientation ( File *file ); static const char* GetOrientationTypeString(OrientationType const o); - + protected: /// \brief Constructor Orientation() {}