MeVisLab Toolbox Reference
mlDRTApplicatorSequenceInRTImageModuleItemWrapper.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 __mlDRTApplicatorSequenceInRTImageModuleItemWrapper_H
26#define __mlDRTApplicatorSequenceInRTImageModuleItemWrapper_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
80
81
88
89
90
94
96
101
102
106
110
114
115
116
118
119private:
120
121 ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::Item _wrappedSequenceItem;
122 ml::DcmDRTApplicatorSequenceInRTImageModuleInterface* _sequenceInterface;
123
124 QMap<QString, QString> _dcmTagToPropertyMap;
125 QMap<QString, QString> _vrCode;
126 void _init();
127};
128
129
130#endif // __mlDRTApplicatorSequenceInRTImageModuleItemWrapper_H
A class that wraps DRTApplicatorSequenceInRTImageModule Item for use in Python.
QVariant getDicomTagValueByKey(QString key) const
DRTApplicatorSequenceInRTImageModuleItemWrapper & operator=(const DRTApplicatorSequenceInRTImageModuleItemWrapper &toCopy)
QVariantMap getDicomTagByKey(QString key) const
ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::Item getWrappedSequenceItem() const
QStringList dir(QString searchString="") const
DRTApplicatorSequenceInRTImageModuleItemWrapper(const ml::DcmDRTApplicatorSequenceInRTImageModuleInterface::Item &wrappedSequenceItem, ml::DcmDRTApplicatorSequenceInRTImageModuleInterface *sequenceInterface)
ml::DcmDRTApplicatorSequenceInRTImageModuleInterface * getSequence() const
DRTApplicatorSequenceInRTImageModuleItemWrapper(const DRTApplicatorSequenceInRTImageModuleItemWrapper &toCopy)
QVariant getDicomTagValueByName(QString name) const
QVariantMap getDicomTagByName(QString name) const
Class to provide access to DRTApplicatorSequenceInRTImageModule.
std::vector< DcmDRTApplicatorSequenceInRTImageModuleInterface::Item > getSequence() const
Return the DRTApplicatorSequenceInRTImageModule this interface class provides access to.
Class to provide access to DRTApplicatorSequenceInRTImageModule.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
Main documentation file for ML users and developers.
Definition SoSFMLImage.h:51