MeVisLab Toolbox Reference
DRTDVHSequenceWrapper Class Reference

A class that wraps DRTDVHSequence Item for use in Python. More...

#include <mlDRTDVHSequenceWrapper.h>

Inheritance diagram for DRTDVHSequenceWrapper:

Public Slots

Access to wrapped DRTDVHSequence object.

\script

int getNumberOfItems () const
 
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.

◆ DRTDVHSequenceWrapper() [2/2]

DRTDVHSequenceWrapper::DRTDVHSequenceWrapper ( const DRTDVHSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTDVHSequenceWrapper::addItem ( )
slot

◆ getDoseTypeTag()

QString DRTDVHSequenceWrapper::getDoseTypeTag ( ) const
inline

◆ getDoseUnitsTag()

QString DRTDVHSequenceWrapper::getDoseUnitsTag ( ) const
inline

◆ getDVHDataTag()

QString DRTDVHSequenceWrapper::getDVHDataTag ( ) const
inline

◆ getDVHDoseScalingTag()

QString DRTDVHSequenceWrapper::getDVHDoseScalingTag ( ) const
inline

◆ getDVHMaximumDoseTag()

QString DRTDVHSequenceWrapper::getDVHMaximumDoseTag ( ) const
inline

◆ getDVHMeanDoseTag()

QString DRTDVHSequenceWrapper::getDVHMeanDoseTag ( ) const
inline

◆ getDVHMinimumDoseTag()

QString DRTDVHSequenceWrapper::getDVHMinimumDoseTag ( ) const
inline

◆ getDVHNumberOfBinsTag()

QString DRTDVHSequenceWrapper::getDVHNumberOfBinsTag ( ) const
inline

◆ getDVHReferencedROISequenceTag()

QString DRTDVHSequenceWrapper::getDVHReferencedROISequenceTag ( ) const
inline

◆ getDVHTypeTag()

QString DRTDVHSequenceWrapper::getDVHTypeTag ( ) const
inline

◆ getDVHVolumeUnitsTag()

QString DRTDVHSequenceWrapper::getDVHVolumeUnitsTag ( ) const
inline

◆ getItem

QVariant DRTDVHSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTDVHSequenceWrapper::getNumberOfItems ( ) const
slot

◆ 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=()

◆ removeItem

bool DRTDVHSequenceWrapper::removeItem ( int  idx)
slot

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