X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmOrientation.h;h=0692d9d50696f518839b9ff5811d55b76e51f659;hb=76b3dc477f0e176f91ea991d7a951a863bab3247;hp=63b7a9a0f6b35ad902ebcd15a962b387d98f3140;hpb=46afb30d2d016a9b1581c7ee4ca96d614a35203c;p=gdcm.git diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index 63b7a9a0..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 15:20:34 $ - Version: $Revision: 1.16 $ + 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 @@ -19,7 +19,7 @@ #ifndef GDCMORIENTATION_H #define GDCMORIENTATION_H -#include "gdcmCommandManager.h" +#include "gdcmRefCounter.h" #include namespace gdcm @@ -95,7 +95,7 @@ typedef enum { * The values are given within the 'Patient referential', *not* within the 'Organ referential' ... */ -class GDCM_EXPORT Orientation : public CommandManager +class GDCM_EXPORT Orientation : public RefCounter { gdcmTypeMacro(Orientation); public: @@ -106,7 +106,7 @@ public: std::string GetOrientation ( File *file ); static const char* GetOrientationTypeString(OrientationType const o); - + protected: /// \brief Constructor Orientation() {}