X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmPixelReadConvert.h;h=196b96492688b9de2776c9fb3de66591cabbf471;hb=60ac87ad1e0f2a7875e742b88672f61c40dc02fb;hp=3305788b01360385cf60d4694496f8f2622fba91;hpb=33b1eec26f02131242fbfdef52184b24763cf4e6;p=gdcm.git diff --git a/src/gdcmPixelReadConvert.h b/src/gdcmPixelReadConvert.h index 3305788b..196b9649 100644 --- a/src/gdcmPixelReadConvert.h +++ b/src/gdcmPixelReadConvert.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.h,v $ Language: C++ - Date: $Date: 2005/11/29 17:21:35 $ - Version: $Revision: 1.28 $ + Date: $Date: 2006/03/29 16:09:48 $ + Version: $Revision: 1.30 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,7 +38,7 @@ typedef void (*VOID_FUNCTION_PUINT8_PFILE_POINTER)(uint8_t *, File *); /** * \brief Utility container for gathering the various forms the pixel data * migth take during the user demanded processes. - * WARNING : *none* of these functions may be invoked by gdm user + * WARNING : *none* of these functions may be invoked by gdcm user * (internal use only) */ class GDCM_EXPORT PixelReadConvert : public Base @@ -130,6 +130,7 @@ private: int XSize; int YSize; int ZSize; + int TSize; int BitsAllocated; int BitsStored; int HighBitPosition; @@ -137,11 +138,11 @@ private: //int PixelSize; // useless bool PixelSign; int SwapCode; - + // cache whether this is a strange GE transfer syntax (which has // one transfer syntax for the header and another for the pixel data). bool IsPrivateGETransferSyntax; - + bool IsRaw; bool IsJPEG2000; bool IsJPEGLS;