X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmOrientation.h;h=3073e98d25748ad7f23568d577c291b372d40bcf;hb=ba8ca5c7ae54ae183c5d88dba3a8f2e3098ce017;hp=a43c6e17cbef5a7db17521d21859542f4befda49;hpb=69d2c65c131c9752b1d64aa9b21de29c3acfe62d;p=gdcm.git diff --git a/src/gdcmOrientation.h b/src/gdcmOrientation.h index a43c6e17..3073e98d 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/07/24 02:34:42 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/07/29 20:50:07 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,6 +20,7 @@ #define GDCMORIENTATION_H #include "gdcmBase.h" +#include namespace gdcm { @@ -35,13 +36,13 @@ class File; //----------------------------------------------------------------------------- /** - * \brief Orientation class for dealing with DICOM image orienation + * \brief Orientation class for dealing with DICOM image orientation */ class GDCM_EXPORT Orientation : public Base { public: - Orientation(); - ~Orientation(); + Orientation() {}; + ~Orientation() {}; double TypeOrientation( File* file );