]> Creatis software - gdcm.git/blobdiff - src/gdcmDocument.h
ENH: adding mangle names for 8bits and 12bits
[gdcm.git] / src / gdcmDocument.h
index 8d6b055cd51ae63e8bde3d3849379f26946a0fb5..319b48cf3f9f51df32227db2b1b6335a9a0ede3b 100644 (file)
@@ -3,12 +3,12 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocument.h,v $
   Language:  C++
-  Date:      $Date: 2004/09/23 20:14:07 $
-  Version:   $Revision: 1.42 $
+  Date:      $Date: 2004/09/27 08:39:07 $
+  Version:   $Revision: 1.44 $
  
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
-  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details.
  
      This software is distributed WITHOUT ANY WARRANTY; without even
      the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
@@ -194,7 +194,7 @@ public:
    gdcmDocEntry* GetDocEntryByName  (std::string const & tagName);
 
    gdcmValEntry* GetValEntryByNumber(uint16_t group, uint16_t element); 
-   gdcmBinEntry* GetBinEntryByNumber(uint16_t group, uint16_t element) { /*what the hell!*/ }
+   //gdcmBinEntry* GetBinEntryByNumber(uint16_t group, uint16_t element)
 
    void LoadDocEntrySafe(gdcmDocEntry* entry);
    TagDocEntryHT* BuildFlatHashTable();