MeVisLab Toolbox Reference
mlDicomModifySubTreeSelectorPlugin.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 //----------------------------------------------------------------------------------
7 
12 //----------------------------------------------------------------------------------
13 #pragma once
14 
15 #include "MLDicomModifySystem.h"
17 
18 ML_START_NAMESPACE
19 
20 //----------------------------------------------------------------------------------
24 //----------------------------------------------------------------------------------
26 {
27 public:
28 
31 
32 protected:
33 
35  void activateAttachments() override;
36 
38  void handleNotification(Field *field) override;
39 
40 private:
41 
43  DicomModifySubTreeSelectorFieldAddOn _subTreeSelector;
44 
47 };
48 
49 ML_END_NAMESPACE
Project global and OS specific declarations.
#define ML_DICOM_MODIFY_EXPORT
DLL export macro definition.
DicomModifyFieldAddOnBase class managing fields to select DCMTree sequence or MeVis SMF subtrees whic...
ML module class DicomModifySubTreeSelectorPlugin which allows the selection of DCMTrees inside of Seq...
void activateAttachments() override
Handles changes required after field changes without notifications.
void handleNotification(Field *field) override
Handles field changes.
DicomModifySubTreeSelectorPlugin()
Constructor creating one image input.
Base class for all fields used in the ML.
Definition: mlField.h:73
Base class for an image processing module of the ML.
Definition: mlModule.h:156
#define ML_MODULE_CLASS_HEADER(className)
Like ML_CLASS_HEADER for the usage of derived classes from Module.
Header of the DicomModifyFieldAddOnBase class DicomModifySubTreeSelectorFieldAddOn which manages fiel...