25#ifndef __mlDRTControlPointSequenceWrapper_H
26#define __mlDRTControlPointSequenceWrapper_H
30#include <FMEThirdPartyWarningsDisable.h>
36#include <FMEThirdPartyWarningsRestore.h>
A class that wraps DRTControlPointSequence Item for use in Python.
QString getNominalBeamEnergyTag() const
QString getSourceToSurfaceDistanceTag() const
QString getTableTopLongitudinalPositionTag() const
QString getTableTopVerticalPositionTag() const
QString getControlPointIndexTag() const
QString getGantryAngleTag() const
QString getCumulativeMetersetWeightTag() const
QString getBeamLimitingDeviceAngleTag() const
QString getReferencedDoseSequenceTag() const
QString getIsocenterPositionTag() const
QString getBeamLimitingDeviceRotationDirectionTag() const
QString getPatientSupportRotationDirectionTag() const
DRTControlPointSequenceWrapper(ml::DcmDRTControlPointSequenceInterface *wrappedSequence)
int getNumberOfItems() const
ml::DcmDRTControlPointSequenceInterface getWrappedSequence() const
QString getTableTopLateralPositionTag() const
QString getTableTopEccentricAxisDistanceTag() const
QString getPatientSupportAngleTag() const
QString getTableTopEccentricRotationDirectionTag() const
QString getBeamLimitingDevicePositionSequenceTag() const
QString getGantryPitchAngleTag() const
DRTControlPointSequenceWrapper & operator=(const DRTControlPointSequenceWrapper &toCopy)
QString getSurfaceEntryPointTag() const
QVariant getItem(int idx)
QString getWedgePositionSequenceTag() const
QString getGantryRotationDirectionTag() const
QString getTableTopEccentricAngleTag() const
QString getReferencedDoseReferenceSequenceTag() const
QString getGantryPitchRotationDirectionTag() const
QString getDoseRateSetTag() const
DRTControlPointSequenceWrapper(const DRTControlPointSequenceWrapper &toCopy)
Class to provide access to DRTControlPointSequence.
std::string getGantryAngleTag() const
std::string getGantryPitchAngleTag() const
std::string getCumulativeMetersetWeightTag() const
std::string getBeamLimitingDeviceAngleTag() const
std::string getTableTopLongitudinalPositionTag() const
std::string getGantryPitchRotationDirectionTag() const
std::string getPatientSupportAngleTag() const
std::string getSourceToSurfaceDistanceTag() const
std::string getNominalBeamEnergyTag() const
std::string getReferencedDoseSequenceTag() const
std::string getPatientSupportRotationDirectionTag() const
std::string getBeamLimitingDeviceRotationDirectionTag() const
std::string getTableTopEccentricAxisDistanceTag() const
std::string getControlPointIndexTag() const
std::string getBeamLimitingDevicePositionSequenceTag() const
std::string getTableTopVerticalPositionTag() const
std::string getSurfaceEntryPointTag() const
std::string getTableTopLateralPositionTag() const
std::string getIsocenterPositionTag() const
std::string getTableTopEccentricRotationDirectionTag() const
std::string getWedgePositionSequenceTag() const
void setSequence(std::vector< DcmDRTControlPointSequenceInterface::Item > dcmSequence)
Set the DRTControlPointSequence this interface class provides access to.
std::string getDoseRateSetTag() const
std::string getGantryRotationDirectionTag() const
std::string getTableTopEccentricAngleTag() const
std::string getReferencedDoseReferenceSequenceTag() const
Class to provide access to DRTControlPointSequence.
Target mlrange_cast(Source arg)
Generic version of checked ML casts.