]> Creatis software - gdcm.git/commit
Add SerieHelper::AddGdcmFile(File *header) method.
authorjpr <jpr>
Tue, 19 Jul 2005 09:04:58 +0000 (09:04 +0000)
committerjpr <jpr>
Tue, 19 Jul 2005 09:04:58 +0000 (09:04 +0000)
commitcb3add46b276c8a5c0e9a422b4c23681fb5ab420
tree8d0d9d82a0c894429ea7823b3e5b085bde050a9b
parent44f77c590dae9d3ba7da64eb30e0236a019020a8
Add SerieHelper::AddGdcmFile(File *header) method.
 * \brief add a gdcm::File to the first (and supposed to be unique) list
 *        of the gdcm::SerieHelper.
 * \warning : this method should be used by aware users only!
 *            User is supposed to know the files he want to deal with
 *           and consider them they belong to the same Serie
 *           (even if their Serie UID is different)
 *           user will probabely OrderFileList() this list (actually, ordering
 *           user choosen gdm::File is the sole interest of this method)
 *           Moreover, using vtkGdcmReader::SetCoherentFileList() will avoid
 *           vtkGdcmReader parsing twice the same files.
 *           *no* coherence check is performed, but those specified
 *           by SerieHelper::AddRestriction()
src/gdcmSerieHelper.cxx
src/gdcmSerieHelper.h