MeVisLab Toolbox Reference
DRTDVHSequenceWrapper Class Reference

#include <mlDRTDVHSequenceWrapper.h>

Inheritance diagram for DRTDVHSequenceWrapper:

Public Slots

Access to wrapped DRTDVHSequence object.
int getNumberOfItems () const
 \script
QVariant getItem (int idx)
QVariant addItem ()
bool insertItem (int idx)
bool removeItem (int idx)

Public Member Functions

 DRTDVHSequenceWrapper (ml::DcmDRTDVHSequenceInterface *wrappedSequence)
 DRTDVHSequenceWrapper (const DRTDVHSequenceWrapper &toCopy)
DRTDVHSequenceWrapperoperator= (const DRTDVHSequenceWrapper &toCopy)
ml::DcmDRTDVHSequenceInterface getWrappedSequence () const
QString getDVHDataTag () const
QString getDVHDoseScalingTag () const
QString getDVHMaximumDoseTag () const
QString getDVHMeanDoseTag () const
QString getDVHMinimumDoseTag () const
QString getDVHNumberOfBinsTag () const
QString getDVHTypeTag () const
QString getDVHVolumeUnitsTag () const
QString getDoseTypeTag () const
QString getDoseUnitsTag () const
QString getDVHReferencedROISequenceTag () const

Detailed Description

A class that wraps DRTDVHSequence Item for use in Python. \script

Definition at line 45 of file mlDRTDVHSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTDVHSequenceWrapper() [1/2]

DRTDVHSequenceWrapper::DRTDVHSequenceWrapper ( ml::DcmDRTDVHSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTDVHSequenceWrapper.h.

Referenced by DRTDVHSequenceWrapper(), and operator=().

◆ DRTDVHSequenceWrapper() [2/2]

DRTDVHSequenceWrapper::DRTDVHSequenceWrapper ( const DRTDVHSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTDVHSequenceWrapper::addItem ( )
slot

◆ getDoseTypeTag()

QString DRTDVHSequenceWrapper::getDoseTypeTag ( ) const
inline

Definition at line 86 of file mlDRTDVHSequenceWrapper.h.

◆ getDoseUnitsTag()

QString DRTDVHSequenceWrapper::getDoseUnitsTag ( ) const
inline

Definition at line 88 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHDataTag()

QString DRTDVHSequenceWrapper::getDVHDataTag ( ) const
inline

Definition at line 70 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHDoseScalingTag()

QString DRTDVHSequenceWrapper::getDVHDoseScalingTag ( ) const
inline

Definition at line 72 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHMaximumDoseTag()

QString DRTDVHSequenceWrapper::getDVHMaximumDoseTag ( ) const
inline

Definition at line 74 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHMeanDoseTag()

QString DRTDVHSequenceWrapper::getDVHMeanDoseTag ( ) const
inline

Definition at line 76 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHMinimumDoseTag()

QString DRTDVHSequenceWrapper::getDVHMinimumDoseTag ( ) const
inline

Definition at line 78 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHNumberOfBinsTag()

QString DRTDVHSequenceWrapper::getDVHNumberOfBinsTag ( ) const
inline

Definition at line 80 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHReferencedROISequenceTag()

QString DRTDVHSequenceWrapper::getDVHReferencedROISequenceTag ( ) const
inline

Definition at line 91 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHTypeTag()

QString DRTDVHSequenceWrapper::getDVHTypeTag ( ) const
inline

Definition at line 82 of file mlDRTDVHSequenceWrapper.h.

◆ getDVHVolumeUnitsTag()

QString DRTDVHSequenceWrapper::getDVHVolumeUnitsTag ( ) const
inline

Definition at line 84 of file mlDRTDVHSequenceWrapper.h.

◆ getItem

QVariant DRTDVHSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTDVHSequenceWrapper::getNumberOfItems ( ) const
slot

\script

◆ getWrappedSequence()

ml::DcmDRTDVHSequenceInterface DRTDVHSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTDVHSequenceWrapper.h.

Referenced by DRTDVHSequenceWrapper(), and operator=().

◆ insertItem

bool DRTDVHSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

DRTDVHSequenceWrapper & DRTDVHSequenceWrapper::operator= ( const DRTDVHSequenceWrapper & toCopy)
inline

◆ removeItem

bool DRTDVHSequenceWrapper::removeItem ( int idx)
slot

The documentation for this class was generated from the following file: