Program: gdcm
Module: $RCSfile: gdcmDataEntry.cxx,v $
Language: C++
- Date: $Date: 2007/09/28 14:16:09 $
- Version: $Revision: 1.50 $
+ Date: $Date: 2007/10/30 09:14:41 $
+ Version: $Revision: 1.51 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
return *StrHexaArea;
// When short integer(s) are stored, convert the following (n * 2) characters
// as a displayable string, the values being separated by a back-slash
+
s2 << std::hex;
if( vr == "US" )
s2 << data[i];
}
*StrHexaArea=s2.str();
- } else if( vr == "FL" )
+ }
+ else if( vr == "FL" )
{
float *data=(float *)BinArea;
for (unsigned int i=0; i < GetValueCount(); i++)
Program: gdcm
Module: $RCSfile: gdcmDocEntry.cxx,v $
Language: C++
- Date: $Date: 2007/09/25 16:06:46 $
- Version: $Revision: 1.95 $
+ Date: $Date: 2007/10/30 09:14:42 $
+ Version: $Revision: 1.96 $
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 from a given DictEntry
+ * \brief Constructor from a given DocEntry
* @param group Group number
* @param elem Element number
* @param vr VR
{
ImplicitVR = false;
DicomDict = 0;
- Offset = 0 ; // To avoid further missprinting
+ Offset = 0 ; // To avoid further misprinting
// init some variables
ReadLength = 0;
}
/**
- * \brief Destructor from a given DictEntry
+ * \brief Destructor from a given DocEntry
*/
DocEntry::~DocEntry()
{
Program: gdcm
Module: $RCSfile: gdcmSegmentedPalette.h,v $
Language: C++
- Date: $Date: 2007/10/27 17:34:16 $
- Version: $Revision: 1.14 $
+ Date: $Date: 2007/10/30 09:14:42 $
+ Version: $Revision: 1.15 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
// And both were coming from a ALOKA SSD-4000 station
//
// JPRx :
-// It compiles fine under gcc 4.1.2 and msvc 7
+// It compiles fine under gcc 4.1.2, msvc 7 and DarwinG5-g++
// It doesn't compile on msvc 6, borland and SunOS
// Any fix welcome !
virtual bool Expand(const SegmentMap& instances,
std::vector<EntryType>& expanded) const = 0;
const EntryType* First() const { return _first; }
- const EntryType* Last() const { return _last; }
+ const EntryType* Last() const { return _last; }
struct ToMap {
typename SegmentMap::value_type
operator()(const Segment* segment) const
Program: gdcm
Module: $RCSfile: gdcmUtil.h,v $
Language: C++
- Date: $Date: 2007/10/01 09:25:06 $
- Version: $Revision: 1.70 $
+ Date: $Date: 2007/10/30 09:14:42 $
+ Version: $Revision: 1.71 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
static std::string RootUID;
static const std::string GDCM_UID;
static uint8_t *FileMetaInformationVersion;
+
static const uint16_t FMIV;
static std::string GDCM_MAC_ADRESS;
ghost@aladdin.com
*/
-/* $Id: gdcmUtil.h,v 1.70 2007/10/01 09:25:06 jpr Exp $ */
+/* $Id: gdcmUtil.h,v 1.71 2007/10/30 09:14:42 jpr Exp $ */
/*
Independent implementation of MD5 (RFC 1321).
This code implements the MD5 Algorithm defined in RFC 1321, whose