]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.h
* Remove memory leaks
[gdcm.git] / src / gdcmTS.h
index 8a6ef7408d41f5c9804efeb86fc08244845eea09..d89e4d5e2508612624996a8d162e92e7fe58d213 100644 (file)
@@ -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);