14#include <FMEThirdPartyWarningsDisable.h>
16#include <FMEThirdPartyWarningsRestore.h>
18#include <mlMultiFileVolumeListWrapperBase.h>
21 class DirectDicomImport;
22 class MultiFileVolumeList;
Project global and OS specific declarations.
#define MLDIRECTDICOMIMPORTWRAPPER_EXPORT
DLL export macro definition.
This class wraps the MultiFileVolumeList of the output connector of ml::DirectDicomImport such that i...
MLDirectDicomImportWrapper(ml::DirectDicomImport *directDicomImport)
Creates the Python wrapper instance around a DirectDicomImport instance.
ml::MultiFileVolumeList & _getMultiFileVolumeList() override
Returns the reference to the instance of the c++ MultiFileVolumeList to be wrapped.
const ml::MultiFileVolumeList & _getMultiFileVolumeList() const override
Returns the constant reference to the instance of the c++ MultiFileVolumeList to be wrapped.
Imports image files directly from DICOM or other file types without an intermediate representation.
Class managing a list of MultiFileVolume instances for the DirectDicomImport module; taking ownership...
Main documentation file for ML users and developers.