X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPixelWriteConvert.h;h=8764adf0c2dc1f43c686c9bcf807b3ce4b1168d9;hb=6278320cc85da00d2d56ffbf07806e84966892c3;hp=c71ff5c9d04fdfbb7a207388c0ccd165f3851863;hpb=8b4006ce9e262e36f32ed56d877bc31de0a748a1;p=gdcm.git diff --git a/src/gdcmPixelWriteConvert.h b/src/gdcmPixelWriteConvert.h index c71ff5c9..8764adf0 100644 --- a/src/gdcmPixelWriteConvert.h +++ b/src/gdcmPixelWriteConvert.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelWriteConvert.h,v $ Language: C++ - Date: $Date: 2007/07/13 08:17:21 $ - Version: $Revision: 1.10 $ + Date: $Date: 2007/08/22 16:14:04 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -17,8 +17,8 @@ =========================================================================*/ -#ifndef GDCMPIXELWRITECONVERT_H -#define GDCMPIXELWRITECONVERT_H +#ifndef _GDCMPIXELWRITECONVERT_H_ +#define _GDCMPIXELWRITECONVERT_H_ #include "gdcmCommon.h" #include "gdcmBase.h" @@ -72,7 +72,7 @@ private: /// Size of User image. size_t UserDataSize; - /// Whether we want to write compressed + /// Whether we want to write compressed or not bool Compressed; }; } // end namespace gdcm