]> Creatis software - gdcm.git/commit
In ordrer to avoid missbehaviour :
authorjpr <jpr>
Tue, 25 Jan 2005 15:21:20 +0000 (15:21 +0000)
committerjpr <jpr>
Tue, 25 Jan 2005 15:21:20 +0000 (15:21 +0000)
commit7cbed4e7f082b4d2df1edda48bb3fde175a60b6e
tree696a22dc5b341b12c182b44af2eb039561b195ef
parent587eff0d2fdea1b61c4cc9aa21f06f2ba8b42c10
In ordrer to avoid missbehaviour :
gdcm::DocEntry is now specialized in
- gdcm::SeqEntry (Dicom Sequence) as opposed to :
- gdcm::ContentEntry (Dicom entry with a 'content')

gdcm::ValContent is now specialized in
 - gdcm::ValEntry (Dicom entry with a std::string representable value, i.e.
 characters value, or integers)
 - gdcm::BinEntry (Dicom entry with a non strig representable value

 (user hasn't any longer to thing about the precedence of his dynamic_casts)
src/CMakeLists.txt
src/gdcmBinEntry.cxx
src/gdcmBinEntry.h
src/gdcmContentEntry.cxx [new file with mode: 0644]
src/gdcmContentEntry.h [new file with mode: 0644]
src/gdcmFileHelper.cxx
src/gdcmValEntry.cxx
src/gdcmValEntry.h