MeVisLab Toolbox Reference
DRTReferencedDoseSequenceWrapper Class Reference

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

#include <mlDRTReferencedDoseSequenceWrapper.h>

Inheritance diagram for DRTReferencedDoseSequenceWrapper:

Public Slots

Access to wrapped DRTReferencedDoseSequence object.

\script

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

Public Member Functions

 DRTReferencedDoseSequenceWrapper (ml::DcmDRTReferencedDoseSequenceInterface *wrappedSequence)
 
 DRTReferencedDoseSequenceWrapper (const DRTReferencedDoseSequenceWrapper &toCopy)
 
DRTReferencedDoseSequenceWrapperoperator= (const DRTReferencedDoseSequenceWrapper &toCopy)
 
ml::DcmDRTReferencedDoseSequenceInterface getWrappedSequence () const
 
QString getReferencedSOPClassUIDTag () const
 
QString getReferencedSOPInstanceUIDTag () const
 

Detailed Description

A class that wraps DRTReferencedDoseSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTReferencedDoseSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTReferencedDoseSequenceWrapper() [1/2]

DRTReferencedDoseSequenceWrapper::DRTReferencedDoseSequenceWrapper ( ml::DcmDRTReferencedDoseSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTReferencedDoseSequenceWrapper.h.

◆ DRTReferencedDoseSequenceWrapper() [2/2]

DRTReferencedDoseSequenceWrapper::DRTReferencedDoseSequenceWrapper ( const DRTReferencedDoseSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTReferencedDoseSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTReferencedDoseSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTReferencedDoseSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedSOPClassUIDTag()

QString DRTReferencedDoseSequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

◆ getReferencedSOPInstanceUIDTag()

QString DRTReferencedDoseSequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTReferencedDoseSequenceInterface DRTReferencedDoseSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTReferencedDoseSequenceWrapper.h.

◆ insertItem

bool DRTReferencedDoseSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

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

◆ removeItem

bool DRTReferencedDoseSequenceWrapper::removeItem ( int idx)
slot

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