]> Creatis software - gdcm.git/blobdiff - src/gdcmDataEntry.h
Some wrecked ACR-NEMA-like images begin by group 0028 (?!?)
[gdcm.git] / src / gdcmDataEntry.h
index 1b9aba72dc86437a185a52ff689a6a7effd6d1e6..0a891f5eff3ff858c5ad347e440a63abeb11f6c2 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDataEntry.h,v $
   Language:  C++
-  Date:      $Date: 2006/04/11 16:03:26 $
-  Version:   $Revision: 1.14 $
+  Date:      $Date: 2006/07/10 08:27:28 $
+  Version:   $Revision: 1.15 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -144,7 +144,8 @@ protected:
    bool SelfArea;
    /// \brief  std::string representable value of the Entry. 
    ///        Parts of a multivaluated data are separated by back-slash
-   mutable std::string StrArea;
+   //mutable std::string StrArea;
+   mutable std::string *StrArea; // to avoid allocating useless std::string
 
 private:
    /// \brief 0 for straight entries, FLAG_PIXELDATA for Pixel Data entries