]> Creatis software - gdcm.git/blobdiff - src/gdcmBinEntry.h
forget this one
[gdcm.git] / src / gdcmBinEntry.h
index e8beab61fcac6c3d90402df840188694caf7967a..c3254ad65949b2cedf433dea7745a80337141070 100644 (file)
@@ -27,7 +27,7 @@ public:
    ///  when it's not string-translatable (e.g : a LUT table)         
    inline void *       GetVoidArea(void)  { return voidArea; };
 
-   /// Sets the value (non string) of the current Dicom Header Entry
+   /// \brief Sets the value (non string) of the current Dicom Header Entry
    inline void SetVoidArea(void * area)  { voidArea = area;  };
          
 protected:
@@ -35,19 +35,11 @@ protected:
 private:
 
 // Variables
-
    
    /// \brief unsecure memory area to hold 'non string' values 
    /// (ie : Lookup Tables, overlays, icons)   
    void *voidArea;
 
-
-
-
-
-
-
-
 };
 
 //-----------------------------------------------------------------------------