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
18ML_START_NAMESPACE
19
20//----------------------------------------------------------------------------------
24//----------------------------------------------------------------------------------
26{
27public:
28
31
32protected:
33
35 void activateAttachments() override;
36
38 void handleNotification(Field *field) override;
39
40private:
41
44
47};
48
49ML_END_NAMESPACE
Project global and OS specific declarations.
#define ML_DICOM_MODIFY_EXPORT
DLL export macro definition.
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.
Module(int numInputImages, int numOutputImages)
#define ML_MODULE_CLASS_HEADER(className)