Project global and OS specific declarations.
#define ML_DICOM_MODIFY_EXPORT
DLL export macro definition.
ML-Module base class to simplify development of modules encapsulating an algorithm with dedicated inp...
Field to encapsulate a pointer to an ML base object.
ML module class DicomModifyTree for modifying DICOM trees.
void update() override
Set output field to a valid and modifies tree if possible.
void clear() override
Resets output field to nullptr.
void _updateFilteredTree()
Tries to get a DCMTree from the selected input, copy, filter and pass it to the output.
void validateInput() override
Clears and throws if input connection is invalid; otherwise do nothing.
#define ML_MODULE_CLASS_HEADER(className)
Like ML_CLASS_HEADER for the usage of derived classes from Module.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.