]> Creatis software - gdcm.git/commit
* Correctly use the VRKey for all vr variables... instead of TagName
authorregrain <regrain>
Tue, 18 Oct 2005 12:58:23 +0000 (12:58 +0000)
committerregrain <regrain>
Tue, 18 Oct 2005 12:58:23 +0000 (12:58 +0000)
commit1d9ac5cec02b9daa18b16835882b531731b125ad
tree86b8d91a402abe3d749eba03ef665825c483ce05
parent822ffdf0c95d3b299e58af26147931024c4bd59b
   * Correctly use the VRKey for all vr variables... instead of TagName
     or std::string
   * Replace the definition of VRKey from std::string to a class
     containing a char[2]. All methods are inline to have no speed low
   * Create the GDCM_VRUNKNOWN = "  " for the VR values
   -- BeNours
24 files changed:
ChangeLog
Example/exReadWriteFile.cxx
Testing/TestVR.cxx
gdcmPython/gdcm.i
src/gdcmCommon.h
src/gdcmDebug.h
src/gdcmDict.cxx
src/gdcmDictEntry.cxx
src/gdcmDictEntry.h
src/gdcmDictSet.cxx
src/gdcmDictSet.h
src/gdcmDocEntry.cxx
src/gdcmDocEntry.h
src/gdcmDocEntrySet.cxx
src/gdcmDocEntrySet.h
src/gdcmDocument.cxx
src/gdcmDocument.h
src/gdcmFile.cxx
src/gdcmFileHelper.cxx
src/gdcmFileHelper.h
src/gdcmGlobal.cxx
src/gdcmSystem.h
src/gdcmVR.h
src/gdcmVRKey.h [new file with mode: 0644]