MeVisLab Toolbox Reference
DRTRTDoseROISequenceWrapper Class Reference

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

#include <mlDRTRTDoseROISequenceWrapper.h>

Inheritance diagram for DRTRTDoseROISequenceWrapper:

Public Slots

Access to wrapped DRTRTDoseROISequence object.

\script

int getNumberOfItems () const
 
QVariant getItem (int idx)
 
QVariant addItem ()
 
bool insertItem (int idx)
 
bool removeItem (int idx)
 

Public Member Functions

 DRTRTDoseROISequenceWrapper (ml::DcmDRTRTDoseROISequenceInterface *wrappedSequence)
 
 DRTRTDoseROISequenceWrapper (const DRTRTDoseROISequenceWrapper &toCopy)
 
DRTRTDoseROISequenceWrapperoperator= (const DRTRTDoseROISequenceWrapper &toCopy)
 
ml::DcmDRTRTDoseROISequenceInterface getWrappedSequence () const
 
QString getDoseUnitsTag () const
 
QString getDoseValueTag () const
 
QString getReferencedROINumberTag () const
 

Detailed Description

A class that wraps DRTRTDoseROISequence Item for use in Python.

\script

Definition at line 45 of file mlDRTRTDoseROISequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTRTDoseROISequenceWrapper() [1/2]

DRTRTDoseROISequenceWrapper::DRTRTDoseROISequenceWrapper ( ml::DcmDRTRTDoseROISequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTRTDoseROISequenceWrapper.h.

◆ DRTRTDoseROISequenceWrapper() [2/2]

DRTRTDoseROISequenceWrapper::DRTRTDoseROISequenceWrapper ( const DRTRTDoseROISequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTRTDoseROISequenceWrapper::addItem ( )
slot

◆ getDoseUnitsTag()

QString DRTRTDoseROISequenceWrapper::getDoseUnitsTag ( ) const
inline

◆ getDoseValueTag()

QString DRTRTDoseROISequenceWrapper::getDoseValueTag ( ) const
inline

◆ getItem

QVariant DRTRTDoseROISequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTRTDoseROISequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedROINumberTag()

QString DRTRTDoseROISequenceWrapper::getReferencedROINumberTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTRTDoseROISequenceInterface DRTRTDoseROISequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTRTDoseROISequenceWrapper.h.

◆ insertItem

bool DRTRTDoseROISequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

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

◆ removeItem

bool DRTRTDoseROISequenceWrapper::removeItem ( int idx)
slot

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