]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderEntry.h
Now the tree-like structure describing a DICOMDIR comming from an already
[gdcm.git] / src / gdcmHeaderEntry.h
index dd228c60f0a66daa526c5e9105482de10871bfe7..cff9a758d1b2cf5beabd071c3a231f14f2f44748 100644 (file)
@@ -195,6 +195,7 @@ public:
 private:
    // FIXME: In fact we should be more specific and use :
    // friend gdcmHeaderEntry * gdcmHeader::ReadNextElement(void);
+   
    friend class gdcmHeader;
 
 // Variables
@@ -213,18 +214,18 @@ private:
    /// *for internal* use only
    guint32 ReadLength;
 
- /// Even when reading explicit vr files, some
- /// elements happen to be implicit. Flag them here
- /// since we can't use the entry->vr without breaking
- /// the underlying dictionary.        
  /// Even when reading explicit vr files, some
  /// elements happen to be implicit. Flag them here
  /// since we can't use the entry->vr without breaking
+   /// the underlying dictionary.      
    bool ImplicitVR;
                          
    std::string  value;
 
-  /// unsecure memory area to hold 'non string' values 
-  /// (ie : Lookup Tables, overlays)   
+   /// unsecure memory area to hold 'non string' values 
+   /// (ie : Lookup Tables, overlays)   
    void *voidArea;
-  /// Offset from the begining of file for direct user access               
+   /// Offset from the begining of file for direct user access              
    size_t Offset; 
       
    int printLevel;