MeVisLab Toolbox Reference
mlDRTContourImageSequenceWrapper.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 __mlDRTContourImageSequenceWrapper_H
26 #define __mlDRTContourImageSequenceWrapper_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 DRTContourImageSequenceWrapper : public QObject
46 {
47  Q_OBJECT
48 
49 public:
50 
51  DRTContourImageSequenceWrapper(ML_NAMESPACE::DcmDRTContourImageSequenceInterface* wrappedSequence)
52  : _wrappedSequence(wrappedSequence->getSequence())
53  {
54  }
55 
57  {
58  _wrappedSequence.setSequence(toCopy.getWrappedSequence().getSequence());
59  }
60 
62  {
63  _wrappedSequence.setSequence(toCopy.getWrappedSequence().getSequence());
64  return *this;
65  }
66 
67  ml::DcmDRTContourImageSequenceInterface getWrappedSequence() const { return _wrappedSequence; }
68 
69 
70  QString getReferencedFrameNumberTag() const { return QString(_wrappedSequence.getReferencedFrameNumberTag().c_str()); }
71 
72  QString getReferencedSOPClassUIDTag() const { return QString(_wrappedSequence.getReferencedSOPClassUIDTag().c_str()); }
73 
74  QString getReferencedSOPInstanceUIDTag() const { return QString(_wrappedSequence.getReferencedSOPInstanceUIDTag().c_str()); }
75 
76  QString getReferencedSegmentNumberTag() const { return QString(_wrappedSequence.getReferencedSegmentNumberTag().c_str()); }
77 
78 
79 
80 
81 public slots:
84 
85  int getNumberOfItems() const;
86  QVariant getItem(int idx);
87  QVariant addItem();
88  bool insertItem(int idx);
89  bool removeItem(int idx);
90 
92 
93 private:
95 };
96 
97 
98 #endif // __mlDRTContourImageSequenceWrapper_H
A class that wraps DRTContourImageSequence Item for use in Python.
DRTContourImageSequenceWrapper & operator=(const DRTContourImageSequenceWrapper &toCopy)
DRTContourImageSequenceWrapper(const DRTContourImageSequenceWrapper &toCopy)
DRTContourImageSequenceWrapper(ml::DcmDRTContourImageSequenceInterface *wrappedSequence)
ml::DcmDRTContourImageSequenceInterface getWrappedSequence() const
Class to provide access to DRTContourImageSequence.
void setSequence(std::vector< DcmDRTContourImageSequenceInterface::Item > dcmSequence)
Set the DRTContourImageSequence this interface class provides access to.
std::vector< DcmDRTContourImageSequenceInterface::Item > getSequence() const
Return the DRTContourImageSequence this interface class provides access to.
Class to provide access to DRTContourImageSequence.