MeVisLab Toolbox Reference
mlImageToMultiFileVolumeConversionParameters.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
5
10//----------------------------------------------------------------------------------
11#pragma once
12
13// Local includes
15
16// DicomToMLTools::CalculateMinMaxFromDicomModes.
17#include <mlDicomToMLTools.h>
18
19// Message Base class.
21
22ML_START_NAMESPACE
23
107
108ML_END_NAMESPACE
109
Project global and OS specific declarations.
#define MLDICOM_TO_ML_TOOLS_EXPORT
DLL export macro definition.
CalculateMinMaxFromDicomModes
Available selectable DPL configurations.
@ CalculateMinMaxAutomatic
Automatically select either CalculateMinMaxOnlyFromDicomTags or CalculateMinMaxMaxScanImageData mode.
bool disableDCMTreeNormalization
See DirectDicomImportDPLImporter._disableDCMTreeNormalizationFld for details.
bool processSetNGoSeries
If enabled then a Siemens setNGo postprocessing is applied to created MultiFileVolumes.
bool processSetNGoSeriesOnly
If enabled then only Siemens setNGo series are created as result MultiFileVolumes,...
bool keepTopLevelOfDCMTreeNormalization
See DirectDicomImportDPLImporter._keepTopLevelOfDCMTreeNormalizationFld for details.
bool doNotModifySMFTree
See DirectDicomImportDPLImporter._doNotModifySMFTreeFld for details.
ImageToMultiFileVolumeConversionParameters(DicomConfigurableMessageFilterBaseRefCountedPtr dcmMsgCollectorPtr)
Set up the default values; dcmMsgCollectorPtr is not allowed to be nullptr.
DicomConfigurableMessageFilterBaseRefCountedPtr dcmMsgCollector
The message collector to be used for importing if not nullptr.
DicomToMLTools::CalculateMinMaxFromDicomModes usedMinMaxScanMode
Provides the mode how the min/max voxel values for images are calculated.
bool usedDPLAnon
If enabled the DPL will anonymize the created output DICOM tree, otherwise not.
ImageToMultiFileVolumeConversionParameters()
Set up the default values; dcmMsgCollector is automatically created.
bool autoCreateMissingPrivateCreators
See DirectDicomImportDPLImporter._autoCreateMissingPrivateCreatorsFld for details.