MeVisLab Toolbox Reference
mlDicomModifyCreateTree.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
6
11//----------------------------------------------------------------------------------
12#pragma once
13
14// Local includes
15#include "MLDicomModifySystem.h"
16
17// ML basics.
18#include <mlModuleIncludes.h>
19
20// Base input for a DicomModifyList or derived object.
21#include <mlDicomModifyList.h>
22
23// Reference-counted DCMTree.
24#include <mlMutableDicomTree.h>
25
28
29// AddOn for DicomTagDumps.
31
32ML_START_NAMESPACE
33
34//----------------------------------------------------------------------------------
37//----------------------------------------------------------------------------------
39{
40public:
41
45
46protected:
47
49 void activateAttachments() override;
50
52 void handleNotification(Field *field) override;
53
56 virtual void _updateDCMTree();
57
58private:
59
61 TreeAndVolumeInputFieldAddOn _dcmTreeInputFieldAddOn;
62
64 DicomTagDumpFieldAddOn _dicomTagDumpFieldAddOn;
65
66
68 BaseField *_inputDicomModifierFld;
69
71 BaseField *_outputDicomTreeFld;
72
75};
76
77ML_END_NAMESPACE
Project global and OS specific declarations.
#define ML_DICOM_MODIFY_EXPORT
DLL export macro definition.
void activateAttachments() override
Handles changes which were applied without notifications.
virtual void _updateDCMTree()
void handleNotification(Field *field) override
Handles field changes.
Class managing fields to show and handle a DICOM tree tag dump.
Module(int numInputImages, int numOutputImages)
#define ML_MODULE_CLASS_HEADER(className)