X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDataEntry.cxx;h=570c3c50d31633761a595b7cb8687a665e60b0bf;hb=b2ff16e348984419acef46d369168e6a1dd9f8c6;hp=ffe35271227937e25b63bbd54809c626217ad0ec;hpb=0b9f6c668266e8bcbfc0e3fb432c90f15e3a759d;p=gdcm.git diff --git a/src/gdcmDataEntry.cxx b/src/gdcmDataEntry.cxx index ffe35271..570c3c50 100644 --- a/src/gdcmDataEntry.cxx +++ b/src/gdcmDataEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDataEntry.cxx,v $ Language: C++ - Date: $Date: 2006/04/14 08:10:02 $ - Version: $Revision: 1.37 $ + Date: $Date: 2006/06/29 13:26:08 $ + Version: $Revision: 1.39 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -40,8 +40,10 @@ uint32_t DataEntry::MaxSizePrintEntry = MAX_SIZE_PRINT_ELEMENT_VALUE; //----------------------------------------------------------------------------- // Constructor / Destructor /** - * \brief Constructor for a given DictEntry - * @param e Pointer to existing dictionary entry + * \brief Constructor for a given DataEntry + * @param group group number of the Data Entry to be created + * @param elem element number of the Data Entry to be created + * @param vr Value Representation of the Data Entry to be created */ DataEntry::DataEntry(uint16_t group,uint16_t elem, VRKey const &vr) @@ -334,7 +336,7 @@ uint32_t DataEntry::GetValueCount( ) const /** * \brief Gets a std::vector holding the value(s) of a DS DataEntry - * @param valueVector std::vector of value(s) + * @param valueVector std::vector double of value(s) * \return false if VR not "DS" or DataEntry empty */ bool DataEntry::GetDSValue(std::vector &valueVector)