25#ifndef __mlDRTContourSequenceWrapper_H
26#define __mlDRTContourSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
72 QString
getContourDataTag()
const {
return QString(_wrappedSequence.getContourDataTag().c_str()); }
76 QString
getContourNumberTag()
const {
return QString(_wrappedSequence.getContourNumberTag().c_str()); }
QString getContourOffsetVectorTag() const
QString getContourGeometricTypeTag() const
QString getContourDataTag() const
DRTContourSequenceWrapper(ml::DcmDRTContourSequenceInterface *wrappedSequence)
QString getContourSlabThicknessTag() const
QString getContourNumberTag() const
QString getContourImageSequenceTag() const
DRTContourSequenceWrapper & operator=(const DRTContourSequenceWrapper &toCopy)
QString getAttachedContoursTag() const
QVariant getItem(int idx)
QString getNumberOfContourPointsTag() const
DRTContourSequenceWrapper(const DRTContourSequenceWrapper &toCopy)
int getNumberOfItems() const
\script
ml::DcmDRTContourSequenceInterface getWrappedSequence() const
Class to provide access to DRTContourSequence.
std::vector< DcmDRTContourSequenceInterface::Item > getSequence() const
Class to provide access to DRTContourSequence.