X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPixelReadConvert.h;h=384f09e32e2ad7d42ce06b9ee0d865de45412d38;hb=359ebc818c100156bd8f7a3a8783f2c538474990;hp=4aac9d3d3bdf83a663f2a9f1d87ef216564cf3f2;hpb=0a4f28d5ec16e85a53faa056246fd9d7dde3a168;p=gdcm.git diff --git a/src/gdcmPixelReadConvert.h b/src/gdcmPixelReadConvert.h index 4aac9d3d..384f09e3 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/10/23 15:09:19 $ - Version: $Revision: 1.26 $ + Date: $Date: 2005/11/28 10:32:05 $ + Version: $Revision: 1.27 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -130,9 +130,12 @@ private: //int PixelSize; // useless bool PixelSign; int SwapCode; - - bool IsRaw; + + // 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; bool IsJPEGLossless;