MeVisLab Toolbox Reference
mlDRTBlockSequenceInRTImageModuleItemWrapper.h
Go to the documentation of this file.
1// Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2// **InsertLicense** code
3//----------------------------------------------------------------------------------
4//
5// NOTE:
6// This file has been generated automatically by
7// FMEwork/ReleaseMeVis/Configuration/CodeGenerators/dcmtkToMLConverter/convertDcmtkToML.py
8// using the template file
9// FMEwork/ReleaseMeVis/Configuration/CodeGenerators/dcmtkToMLConverter/MLDcmtkIODWrappers/templates/DcmSequenceItemWrapper.h
10//
11// Destination project:
12// FMEwork/ReleaseMeVis/Sources/Wrappers/MLDcmtkIODWrappers/DcmSequenceInterfaces/Items
13//
14//----------------------------------------------------------------------------------
16
22//----------------------------------------------------------------------------------
23
24
25#ifndef __mlDRTBlockSequenceInRTImageModuleItemWrapper_H
26#define __mlDRTBlockSequenceInRTImageModuleItemWrapper_H
27
28#ifndef Q_MOC_RUN
29
30#include <FMEThirdPartyWarningsDisable.h>
31#include <QObject>
32#include <QVariant>
33#include <QVariantMap>
34#include <QList>
35#include <QStringList>
36#include <FMEThirdPartyWarningsRestore.h>
37
38// MLDcmtkAccessories includes
40
41
42
43#endif
44
48{
50
51public:
52
54
61
63 : QObject()
64 {
65 _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
66 _sequenceInterface = toCopy.getSequence();
67 _init();
68 }
69
71 {
72 _wrappedSequenceItem = toCopy.getWrappedSequenceItem();
73 _sequenceInterface = toCopy.getSequence();
74 _init();
75 return *this;
76 }
77
79 ml::DcmDRTBlockSequenceInRTImageModuleInterface* getSequence() const { return _sequenceInterface; }
80
81
104
105
106
110
112
117
118
122
126
130
134
138
142
146
150
154
158
162
163
164
166
167private:
168
169 ml::DcmDRTBlockSequenceInRTImageModuleInterface::Item _wrappedSequenceItem;
170 ml::DcmDRTBlockSequenceInRTImageModuleInterface* _sequenceInterface;
171
172 QMap<QString, QString> _dcmTagToPropertyMap;
173 QMap<QString, QString> _vrCode;
174 void _init();
175};
176
177
178#endif // __mlDRTBlockSequenceInRTImageModuleItemWrapper_H
A class that wraps DRTBlockSequenceInRTImageModule Item for use in Python.
ml::DcmDRTBlockSequenceInRTImageModuleInterface * getSequence() const
ml::DcmDRTBlockSequenceInRTImageModuleInterface::Item getWrappedSequenceItem() const
DRTBlockSequenceInRTImageModuleItemWrapper & operator=(const DRTBlockSequenceInRTImageModuleItemWrapper &toCopy)
QVariant getDicomTagValueByKey(QString key) const
QStringList dir(QString searchString="") const
bool setSourceToBlockTrayDistance(QString qParam)
QVariantMap getDicomTagByName(QString name) const
DRTBlockSequenceInRTImageModuleItemWrapper(const DRTBlockSequenceInRTImageModuleItemWrapper &toCopy)
QVariant getDicomTagValueByName(QString name) const
QVariantMap getDicomTagByKey(QString key) const
DRTBlockSequenceInRTImageModuleItemWrapper(const ml::DcmDRTBlockSequenceInRTImageModuleInterface::Item &wrappedSequenceItem, ml::DcmDRTBlockSequenceInRTImageModuleInterface *sequenceInterface)
Class to provide access to DRTBlockSequenceInRTImageModule.
std::vector< DcmDRTBlockSequenceInRTImageModuleInterface::Item > getSequence() const
Return the DRTBlockSequenceInRTImageModule this interface class provides access to.
Class to provide access to DRTBlockSequenceInRTImageModule.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Main documentation file for ML users and developers.
Definition SoSFMLImage.h:51