MeVisLab Toolbox Reference
|
Some tools to determine volumes of a MultiFileVolumeList related to other one(s) according to DICOM tags. More...
#include "MLMultiFileVolumeListOutputsSystem.h"
#include <mlModuleIncludes.h>
#include <DCMTree_Lib.h>
#include <FMEThirdPartyWarningsDisable.h>
#include <set>
#include <FMEThirdPartyWarningsRestore.h>
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | ml::RelatedMultiFileVolumeTools |
Functions | |
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT void | ml::RelatedMultiFileVolumeTools::updateSourceImageReferences (DCMTree::Const_TreePtr dcmTree, MultiFileVolumeList &volList, std::set< size_t > &srcRefs, std::set< size_t > &forRefs, const std::string &sequenceScanConfig, DicomMessageCollector &dcmMsgCollector) |
Check dcmTree for ReferencedSOPInstanceUIDs according to sequenceScanConfig and for frame of reference uids tags. | |
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT void | ml::RelatedMultiFileVolumeTools::setUpVolumeIndexFields (const std::set< size_t > &foundVolumeIndexes, IntField &firstRelatedVolumeIndexFld, StringField &relatedVolumeIndexesFld) |
Sets the first index from foundVolumeIndexes as index in firstRelatedVolumeIndexFld or -1 if foundVolumeIndexes is empty; relatedVolumeIndexesFld will be set to a space separated list of all indexes from foundVolumeIndexes or to an empty string if foundVolumeIndexes is empty. | |
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT void | ml::RelatedMultiFileVolumeTools::setUpVolumeIndexFields (const std::set< size_t > &foundVolumeIndexes1, const std::set< size_t > &foundVolumeIndexes2, IntField &firstRelatedVolumeIndexFld, StringField &relatedVolumeIndexesFld) |
Generates an ordered sequence with all indexes from foundVolumeIndexes1 and appends all indexes from foundVolumeIndexes2 which still are not part of the sequence; the fields firstRelatedVolumeIndexFld and relatedVolumeIndexesFld then are set as described for setUpVolumeIndexFields with one set. | |
Some tools to determine volumes of a MultiFileVolumeList related to other one(s) according to DICOM tags.
! Some tools to determine volumes of a MultiFileVolumeList related to other one(s) according to DICOM tags.
Definition in file mlRelatedDicomMultiFileVolumeTools.h.