]> Creatis software - gdcm.git/blobdiff - src/gdcmJPEGFragmentsInfo.h
ENH: Pass 2 at cleaning the JPEG mess. Still some work to do, but things are getting...
[gdcm.git] / src / gdcmJPEGFragmentsInfo.h
index da248099637d809279777affa9dd74cc4679eff7..8aac16936c68f912238c38aa3467969ddf55af8d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmJPEGFragmentsInfo.h,v $
   Language:  C++
-  Date:      $Date: 2005/01/30 17:30:57 $
-  Version:   $Revision: 1.16 $
+  Date:      $Date: 2005/01/31 04:00:04 $
+  Version:   $Revision: 1.17 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -44,7 +44,6 @@ public:
    ~JPEGFragmentsInfo();
    void Print( std::ostream &os = std::cout, std::string const & indent = "" );
    size_t GetFragmentsLength();
-   void ReadAllFragments(std::ifstream *fp, JOCTET *buffer );
 
    void DecompressJPEGFramesFromFile(std::ifstream *fp, uint8_t *buffer, int nBits, int numBytes, int length);