]> Creatis software - gdcm.git/commit
Add the method int ElementSet::IsVRCoherent( uint16_t group )
authorjpr <jpr>
Tue, 31 Jan 2006 11:39:47 +0000 (11:39 +0000)
committerjpr <jpr>
Tue, 31 Jan 2006 11:39:47 +0000 (11:39 +0000)
commit75726b8bc3eec583090893444bca78aa3352718e
tree0dae3d78b41bf01330bd1a164c8dbdb237b56298
parent15cdc6738aa1efbcb1444b6cae04f24d2de977df
Add the method int ElementSet::IsVRCoherent( uint16_t group )

To check whether *all* the DataEntries of the group have all
       the same type for VR (ImplicitVR or ExplicitVR)
@param group group number to be checked
@return 1:ImplicitVR 2:ExplicitVR -1:NotCoherent
src/gdcmElementSet.cxx
src/gdcmElementSet.h