X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmOrientation.h;h=c36b9196207bf0741c8ff8df43a1f2f30ec81e3b;hb=90911e19738ddc59703bcc0adcc7b0e5346cf33e;hp=6b2f309eee89995a630b0adc39ab9fa6b19e98c7;hpb=a585fafed1e72e092c6a1942c8692991c1688e7f;p=gdcm.git diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index 6b2f309e..c36b9196 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/21 09:46:27 $ - Version: $Revision: 1.13 $ + Date: $Date: 2007/08/22 16:14:04 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,13 +16,13 @@ =========================================================================*/ -#ifndef GDCMORIENTATION_H -#define GDCMORIENTATION_H +#ifndef _GDCMORIENTATION_H_ +#define _GDCMORIENTATION_H_ #include "gdcmRefCounter.h" #include -namespace gdcm +namespace GDCM_NAME_SPACE { typedef struct { @@ -106,7 +106,7 @@ public: std::string GetOrientation ( File *file ); static const char* GetOrientationTypeString(OrientationType const o); - + protected: /// \brief Constructor Orientation() {}