MeVisLab Toolbox Reference
DRTROIContourSequenceWrapper Class Reference

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

#include <mlDRTROIContourSequenceWrapper.h>

Inheritance diagram for DRTROIContourSequenceWrapper:

Public Slots

Access to wrapped DRTROIContourSequence object.

\script

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

Public Member Functions

 DRTROIContourSequenceWrapper (ml::DcmDRTROIContourSequenceInterface *wrappedSequence)
 
 DRTROIContourSequenceWrapper (const DRTROIContourSequenceWrapper &toCopy)
 
DRTROIContourSequenceWrapperoperator= (const DRTROIContourSequenceWrapper &toCopy)
 
ml::DcmDRTROIContourSequenceInterface getWrappedSequence () const
 
QString getROIDisplayColorTag () const
 
QString getReferencedROINumberTag () const
 
QString getContourSequenceTag () const
 

Detailed Description

A class that wraps DRTROIContourSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTROIContourSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTROIContourSequenceWrapper() [1/2]

DRTROIContourSequenceWrapper::DRTROIContourSequenceWrapper ( ml::DcmDRTROIContourSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTROIContourSequenceWrapper.h.

◆ DRTROIContourSequenceWrapper() [2/2]

DRTROIContourSequenceWrapper::DRTROIContourSequenceWrapper ( const DRTROIContourSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTROIContourSequenceWrapper::addItem ( )
slot

◆ getContourSequenceTag()

QString DRTROIContourSequenceWrapper::getContourSequenceTag ( ) const
inline

◆ getItem

QVariant DRTROIContourSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTROIContourSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedROINumberTag()

QString DRTROIContourSequenceWrapper::getReferencedROINumberTag ( ) const
inline

◆ getROIDisplayColorTag()

QString DRTROIContourSequenceWrapper::getROIDisplayColorTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTROIContourSequenceInterface DRTROIContourSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTROIContourSequenceWrapper.h.

◆ insertItem

bool DRTROIContourSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

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

◆ removeItem

bool DRTROIContourSequenceWrapper::removeItem ( int idx)
slot

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