25#ifndef __mlDRTIonWedgePositionSequenceWrapper_H
26#define __mlDRTIonWedgePositionSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
52 : _wrappedSequence(wrappedSequence->getSequence())
A class that wraps DRTIonWedgePositionSequence Item for use in Python.
DRTIonWedgePositionSequenceWrapper(const DRTIonWedgePositionSequenceWrapper &toCopy)
QVariant getItem(int idx)
QString getReferencedWedgeNumberTag() const
QString getWedgePositionTag() const
DRTIonWedgePositionSequenceWrapper(ml::DcmDRTIonWedgePositionSequenceInterface *wrappedSequence)
int getNumberOfItems() const
QString getWedgeThinEdgePositionTag() const
ml::DcmDRTIonWedgePositionSequenceInterface getWrappedSequence() const
DRTIonWedgePositionSequenceWrapper & operator=(const DRTIonWedgePositionSequenceWrapper &toCopy)
Class to provide access to DRTIonWedgePositionSequence.
std::string getWedgeThinEdgePositionTag() const
void setSequence(std::vector< DcmDRTIonWedgePositionSequenceInterface::Item > dcmSequence)
Set the DRTIonWedgePositionSequence this interface class provides access to.
std::string getReferencedWedgeNumberTag() const
std::vector< DcmDRTIonWedgePositionSequenceInterface::Item > getSequence() const
Return the DRTIonWedgePositionSequence this interface class provides access to.
std::string getWedgePositionTag() const
Class to provide access to DRTIonWedgePositionSequence.