X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTS.h;h=d89e4d5e2508612624996a8d162e92e7fe58d213;hb=bf254f32ff1391a5da3ccc13b0aaba4446ee60a6;hp=8a6ef7408d41f5c9804efeb86fc08244845eea09;hpb=a6a5e4803507a5ff86d6ed756fe0e2ca3d03fdd3;p=gdcm.git diff --git a/src/gdcmTS.h b/src/gdcmTS.h index 8a6ef740..d89e4d5e 100644 --- a/src/gdcmTS.h +++ b/src/gdcmTS.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmTS.h,v $ Language: C++ - Date: $Date: 2005/04/21 07:40:00 $ - Version: $Revision: 1.19 $ + Date: $Date: 2005/10/18 10:43:32 $ + Version: $Revision: 1.21 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -43,7 +43,7 @@ class GDCM_EXPORT TS public: enum SpecialType { ImplicitVRLittleEndian = 0, - ImplicitVRLittleEndianDLXGE, + ImplicitVRBigEndianPrivateGE, ExplicitVRLittleEndian, DeflatedExplicitVRLittleEndian, ExplicitVRBigEndian, @@ -78,6 +78,7 @@ public: bool IsJPEG2000(TSKey const &key); bool IsJPEG(TSKey const &key); bool IsJPEGLS(TSKey const &key); + bool IsMPEG(TSKey const &key); // This should be deprecated very soon SpecialType GetSpecialTransferSyntax(TSKey const &key);