]> Creatis software - gdcm.git/commit
add bool DataEntry::GetDSValue(std::vector <double> &valueVector) method.
authorjpr <jpr>
Wed, 1 Mar 2006 09:29:29 +0000 (09:29 +0000)
committerjpr <jpr>
Wed, 1 Mar 2006 09:29:29 +0000 (09:29 +0000)
commit4c9538820452e8c3c68778df6c28ca084df6e00c
treefd1b80bd6db7a8ed246ba412bf0c525bfcd4b758
parent41f23a74447b287f92518a187d3eb92ac90521ff
add bool DataEntry::GetDSValue(std::vector <double> &valueVector) method.

/**
 * \brief Gets a std::vector <double> holding the value(s) of a DS DataEntry
 * @param valueVector std::vector <double> of value(s)
 * \return false if VR not "DS" or DataEntry empty
 */
 Thx to Vicent Daanen for suggesting.
src/gdcmDataEntry.cxx
src/gdcmDataEntry.h