Program: gdcm
Module: $RCSfile: gdcmDataEntry.cxx,v $
Language: C++
- Date: $Date: 2006/05/30 08:12:51 $
- Version: $Revision: 1.38 $
+ 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
//-----------------------------------------------------------------------------
// 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)
/**
* \brief Gets a std::vector <double> holding the value(s) of a DS DataEntry
- * @param valueVector std::vector \<double\> 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 <double> &valueVector)
Program: gdcm
Module: $RCSfile: gdcmPixelReadConvert.cxx,v $
Language: C++
- Date: $Date: 2006/03/29 16:09:48 $
- Version: $Revision: 1.111 $
+ Date: $Date: 2006/06/29 13:27:59 $
+ Version: $Revision: 1.112 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/**
* \brief Gets various usefull informations from the file header
* @param file gdcm::File pointer
+ * @param fileHelper gdcm::FileHelper pointer
*/
void PixelReadConvert::GrabInformationsFromFile( File *file,
FileHelper *fileHelper )