]> Creatis software - gdcm.git/commit
* SerieHeader::AddFileName() creates as many Coherent Files lists
authorjpr <jpr>
Sun, 30 Jan 2005 17:22:55 +0000 (17:22 +0000)
committerjpr <jpr>
Sun, 30 Jan 2005 17:22:55 +0000 (17:22 +0000)
commit937a599af9e3f92e813896adbd65094f7b204556
treeebdef5d07691cf29a77160f51a52bd7fe972cc7e
parent5544a1627fc9bb02b2d4c20b4ffa3ba8fa81c0ae
* SerieHeader::AddFileName() creates as many Coherent Files lists
              (same Serie UID) as it founds different Serie UID
   amongst the files insead of discarting any file
that doesn't match with the first one he found.
* SerieHeader::OrderGdcmFileListhas now pne parameter :
               the Coherent Files list the user wants to sort
   * SerieHeader::GetFirstCoherentFileList()
   * SerieHeader::GetLastCoherentFileList() allows to parse
               the set of Coherent Files lists
   * const SerieHeader::GdcmFileList &GetGdcmFileList() is kept, for backwards
               compatibility (it returns the *first* Coherent Files list,
since there was only one before)
src/gdcmSerieHeader.cxx
src/gdcmSerieHeader.h