MeVisLab Toolbox Reference
mlDRTDVHSequenceWrapper.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/DcmSequenceWrapper.h
10 //
11 // Destination project:
12 // FMEwork/ReleaseMeVis/Sources/Wrappers/MLDcmtkIODWrappers/DcmSequenceInterfaces
13 //
14 //----------------------------------------------------------------------------------
16 
22 //----------------------------------------------------------------------------------
23 
24 
25 #ifndef __mlDRTDVHSequenceWrapper_H
26 #define __mlDRTDVHSequenceWrapper_H
27 
28 #ifndef Q_MOC_RUN
29 
30 #include <ThirdPartyWarningsDisable.h>
31 #include <QObject>
32 #include <QVariant>
33 #include <QVariantMap>
34 #include <QList>
35 #include <QStringList>
36 #include <ThirdPartyWarningsRestore.h>
37 
38 // MLDcmtkAccessories includes
40 
41 #endif
42 
45 class DRTDVHSequenceWrapper : public QObject
46 {
47  Q_OBJECT
48 
49 public:
50 
51  DRTDVHSequenceWrapper(ML_NAMESPACE::DcmDRTDVHSequenceInterface* wrappedSequence)
52  : _wrappedSequence(wrappedSequence->getSequence())
53  {
54  }
55 
56  DRTDVHSequenceWrapper(const DRTDVHSequenceWrapper& toCopy) : QObject()
57  {
58  _wrappedSequence.setSequence(toCopy.getWrappedSequence().getSequence());
59  }
60 
62  {
63  _wrappedSequence.setSequence(toCopy.getWrappedSequence().getSequence());
64  return *this;
65  }
66 
67  ml::DcmDRTDVHSequenceInterface getWrappedSequence() const { return _wrappedSequence; }
68 
69 
70  QString getDVHDataTag() const { return QString(_wrappedSequence.getDVHDataTag().c_str()); }
71 
72  QString getDVHDoseScalingTag() const { return QString(_wrappedSequence.getDVHDoseScalingTag().c_str()); }
73 
74  QString getDVHMaximumDoseTag() const { return QString(_wrappedSequence.getDVHMaximumDoseTag().c_str()); }
75 
76  QString getDVHMeanDoseTag() const { return QString(_wrappedSequence.getDVHMeanDoseTag().c_str()); }
77 
78  QString getDVHMinimumDoseTag() const { return QString(_wrappedSequence.getDVHMinimumDoseTag().c_str()); }
79 
80  QString getDVHNumberOfBinsTag() const { return QString(_wrappedSequence.getDVHNumberOfBinsTag().c_str()); }
81 
82  QString getDVHTypeTag() const { return QString(_wrappedSequence.getDVHTypeTag().c_str()); }
83 
84  QString getDVHVolumeUnitsTag() const { return QString(_wrappedSequence.getDVHVolumeUnitsTag().c_str()); }
85 
86  QString getDoseTypeTag() const { return QString(_wrappedSequence.getDoseTypeTag().c_str()); }
87 
88  QString getDoseUnitsTag() const { return QString(_wrappedSequence.getDoseUnitsTag().c_str()); }
89 
90 
91  QString getDVHReferencedROISequenceTag() const { return QString(_wrappedSequence.getDVHReferencedROISequenceTag().c_str()); }
92 
93 
94 
95 public slots:
98 
99  int getNumberOfItems() const;
100  QVariant getItem(int idx);
101  QVariant addItem();
102  bool insertItem(int idx);
103  bool removeItem(int idx);
104 
106 
107 private:
108  ml::DcmDRTDVHSequenceInterface _wrappedSequence;
109 };
110 
111 
112 #endif // __mlDRTDVHSequenceWrapper_H
A class that wraps DRTDVHSequence Item for use in Python.
QString getDVHVolumeUnitsTag() const
bool insertItem(int idx)
bool removeItem(int idx)
ml::DcmDRTDVHSequenceInterface getWrappedSequence() const
DRTDVHSequenceWrapper & operator=(const DRTDVHSequenceWrapper &toCopy)
QString getDVHDoseScalingTag() const
DRTDVHSequenceWrapper(const DRTDVHSequenceWrapper &toCopy)
QVariant getItem(int idx)
QString getDVHReferencedROISequenceTag() const
int getNumberOfItems() const
DRTDVHSequenceWrapper(ml::DcmDRTDVHSequenceInterface *wrappedSequence)
QString getDVHMinimumDoseTag() const
QString getDVHMaximumDoseTag() const
QString getDVHNumberOfBinsTag() const
Class to provide access to DRTDVHSequence.
void setSequence(std::vector< DcmDRTDVHSequenceInterface::Item > dcmSequence)
Set the DRTDVHSequence this interface class provides access to.
std::vector< DcmDRTDVHSequenceInterface::Item > getSequence() const
Return the DRTDVHSequence this interface class provides access to.
Class to provide access to DRTDVHSequence.