MeVisLab Toolbox Reference
DRTContourImageSequenceWrapper Class Reference

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

#include <mlDRTContourImageSequenceWrapper.h>

Inheritance diagram for DRTContourImageSequenceWrapper:

Public Slots

Access to wrapped DRTContourImageSequence object.

\script

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

Public Member Functions

 DRTContourImageSequenceWrapper (ml::DcmDRTContourImageSequenceInterface *wrappedSequence)
 
 DRTContourImageSequenceWrapper (const DRTContourImageSequenceWrapper &toCopy)
 
DRTContourImageSequenceWrapperoperator= (const DRTContourImageSequenceWrapper &toCopy)
 
ml::DcmDRTContourImageSequenceInterface getWrappedSequence () const
 
QString getReferencedFrameNumberTag () const
 
QString getReferencedSOPClassUIDTag () const
 
QString getReferencedSOPInstanceUIDTag () const
 
QString getReferencedSegmentNumberTag () const
 

Detailed Description

A class that wraps DRTContourImageSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTContourImageSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTContourImageSequenceWrapper() [1/2]

DRTContourImageSequenceWrapper::DRTContourImageSequenceWrapper ( ml::DcmDRTContourImageSequenceInterface wrappedSequence)
inline

Definition at line 51 of file mlDRTContourImageSequenceWrapper.h.

◆ DRTContourImageSequenceWrapper() [2/2]

DRTContourImageSequenceWrapper::DRTContourImageSequenceWrapper ( const DRTContourImageSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTContourImageSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTContourImageSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTContourImageSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getReferencedFrameNumberTag()

QString DRTContourImageSequenceWrapper::getReferencedFrameNumberTag ( ) const
inline

◆ getReferencedSegmentNumberTag()

QString DRTContourImageSequenceWrapper::getReferencedSegmentNumberTag ( ) const
inline

◆ getReferencedSOPClassUIDTag()

QString DRTContourImageSequenceWrapper::getReferencedSOPClassUIDTag ( ) const
inline

◆ getReferencedSOPInstanceUIDTag()

QString DRTContourImageSequenceWrapper::getReferencedSOPInstanceUIDTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTContourImageSequenceInterface DRTContourImageSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTContourImageSequenceWrapper.h.

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

◆ insertItem

bool DRTContourImageSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTContourImageSequenceWrapper::removeItem ( int  idx)
slot

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