]> Creatis software - gdcm.git/blobdiff - src/gdcmOrientation.h
We don't switch any longer to ImplicitVR when undocumented DataElement is found
[gdcm.git] / src / gdcmOrientation.h
index 63b7a9a0f6b35ad902ebcd15a962b387d98f3140..e53823861fe43da3374b1f89a5295eb454ed0779 100644 (file)
@@ -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: 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
 #ifndef GDCMORIENTATION_H
 #define GDCMORIENTATION_H
 
-#include "gdcmCommandManager.h"
+#include "gdcmRefCounter.h"
 #include <map>
 
-namespace gdcm 
+namespace GDCM_NAME_SPACE 
 {
 typedef struct
 {
@@ -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() {}