43 void notifyCSOListObservers();
44 void addAndInitFields();
45 void createVolumeReference();
46 void convertStrucutreSetToCSOList();
47 void touchOutputImages();
48 void clearAndTouchOutputImages();
49 void checkVolumeReference();
50 void setImagePropertiesFromVolumeReference(
PagedImage *image);
Project global and OS specific declarations.
#define MLDCMTKMLCONVERTERMODULES_EXPORT
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.
Base object class for passing DRTDoseIOD objects between MeVisLab modules.
Management class used by DirectDicomImport to create, represent and describe volumes composed of mult...
The class PagedImage, representing a fragmented image that manages properties and data of an image lo...
Field to encapsulate an increasing float value from range [0,1].
ML module converting RTDose to a CSOList and a MLImage.
void setProgress(float progress)
Sets the progress field.
virtual void update() override
Executes the algorithm and updates the values of module's output fields with results.
virtual void calculateOutputSubImage(SubImage *outSubImage, int outIndex, SubImage *inSubImages) override
Calculates page outputSubImage of output image with index outputIndex given the input image tiles in ...
virtual void validateInput() override
Validates the values of module's input fields (object and parameter fields).
virtual void clear() override
Clears the values of module's output fields (object and parameter fields).
virtual void setOutputImageProperties(int outIndex, PagedImage *outImage) override
Sets properties of the output image at output outputIndex.
This class manages/represents a rectangular 6D image region that is organized linearly in memory.
#define ML_MODULE_CLASS_HEADER(className)
Similar to ML_CLASS_HEADER for the usage of derived classes from Module.