]> Creatis software - gdcm.git/blobdiff - src/gdcmPixelReadConvert.cxx
Extend 'Restriction' syntax :
[gdcm.git] / src / gdcmPixelReadConvert.cxx
index c2030a433b017ffd48e60291db76232e1189d336..9b97cbb171e525e98fc0ea176a36a55d2e208ddc 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelReadConvert.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/06/30 14:50:05 $
-  Version:   $Revision: 1.73 $
+  Date:      $Date: 2005/07/01 11:25:51 $
+  Version:   $Revision: 1.74 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -50,6 +50,8 @@ PixelReadConvert::PixelReadConvert()
    LutRedData   = 0;
    LutGreenData = 0;
    LutBlueData  = 0;
+   RLEInfo      = 0;
+   JPEGInfo     = 0;
 }
 
 /// Canonical Destructor