]> Creatis software - gdcm.git/blobdiff - src/gdcmPixelReadConvert.h
* vtk/vtkGdcmWriter.[h|cxx] : now can write stack of images.
[gdcm.git] / src / gdcmPixelReadConvert.h
index 2be2bc8e994aa25c1337258797eb48b96c0d23dd..743d1ef53e8baa640369599d1d92883f406b21e2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelReadConvert.h,v $
   Language:  C++
-  Date:      $Date: 2004/12/03 11:55:38 $
-  Version:   $Revision: 1.2 $
+  Date:      $Date: 2004/12/03 20:16:58 $
+  Version:   $Revision: 1.3 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
 #define GDCMPIXELREADCONVERT_H
 
 #include "gdcmCommon.h"
-#include "gdcmRLEFramesInfo.h"
-#include "gdcmJPEGFragmentsInfo.h"
 #include "gdcmException.h"
-#include "gdcmHeader.h"
 
 namespace gdcm
 {
+class Header;
+class RLEFramesInfo;
+class JPEGFragmentsInfo;
 /*
  * \brief Utility container for gathering the various forms the pixel data
  *        migth take during the user demanded processes.