25#ifndef __mlDRTIonWedgePositionSequenceWrapper_H 
   26#define __mlDRTIonWedgePositionSequenceWrapper_H 
   30#include <FMEThirdPartyWarningsDisable.h> 
   36#include <FMEThirdPartyWarningsRestore.h> 
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::string getWedgePositionTag() const
 
Class to provide access to DRTIonWedgePositionSequence.
 
Target mlrange_cast(Source arg)
Generic version of checked ML casts.