X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPixelReadConvert.h;h=36b0bb73ab438ef66c6845cc8b3fd6c29a7664d3;hb=4ae5f29bc5a2fa48c38fe43d331e5099aad4ed0f;hp=368b024830adf825326f50f26b08c455df9e5555;hpb=906464b1c71b1b623f8202a693e75a358a5bd965;p=gdcm.git diff --git a/src/gdcmPixelReadConvert.h b/src/gdcmPixelReadConvert.h index 368b0248..36b0bb73 100644 --- a/src/gdcmPixelReadConvert.h +++ b/src/gdcmPixelReadConvert.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.h,v $ Language: C++ - Date: $Date: 2006/02/16 20:06:15 $ - Version: $Revision: 1.29 $ + Date: $Date: 2007/08/22 16:14:04 $ + Version: $Revision: 1.32 $ 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 GDCMPIXELREADCONVERT_H -#define GDCMPIXELREADCONVERT_H +#ifndef _GDCMPIXELREADCONVERT_H_ +#define _GDCMPIXELREADCONVERT_H_ #include "gdcmBase.h" #include "gdcmFileHelper.h" @@ -27,7 +27,7 @@ #include -namespace gdcm +namespace GDCM_NAME_SPACE { class File; class RLEFramesInfo; @@ -130,6 +130,7 @@ private: int XSize; int YSize; int ZSize; + int TSize; int BitsAllocated; int BitsStored; int HighBitPosition;