MeVisLab Toolbox Reference
DRTROIPhysicalPropertiesSequenceWrapper Class Reference

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

#include <mlDRTROIPhysicalPropertiesSequenceWrapper.h>

Inheritance diagram for DRTROIPhysicalPropertiesSequenceWrapper:

Public Slots

Access to wrapped DRTROIPhysicalPropertiesSequence object.

\script

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

Public Member Functions

 DRTROIPhysicalPropertiesSequenceWrapper (ml::DcmDRTROIPhysicalPropertiesSequenceInterface *wrappedSequence)
 
 DRTROIPhysicalPropertiesSequenceWrapper (const DRTROIPhysicalPropertiesSequenceWrapper &toCopy)
 
DRTROIPhysicalPropertiesSequenceWrapperoperator= (const DRTROIPhysicalPropertiesSequenceWrapper &toCopy)
 
ml::DcmDRTROIPhysicalPropertiesSequenceInterface getWrappedSequence () const
 
QString getROIPhysicalPropertyTag () const
 
QString getROIPhysicalPropertyValueTag () const
 

Detailed Description

A class that wraps DRTROIPhysicalPropertiesSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTROIPhysicalPropertiesSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTROIPhysicalPropertiesSequenceWrapper() [1/2]

DRTROIPhysicalPropertiesSequenceWrapper::DRTROIPhysicalPropertiesSequenceWrapper ( ml::DcmDRTROIPhysicalPropertiesSequenceInterface * wrappedSequence)
inline

Definition at line 51 of file mlDRTROIPhysicalPropertiesSequenceWrapper.h.

◆ DRTROIPhysicalPropertiesSequenceWrapper() [2/2]

DRTROIPhysicalPropertiesSequenceWrapper::DRTROIPhysicalPropertiesSequenceWrapper ( const DRTROIPhysicalPropertiesSequenceWrapper & toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTROIPhysicalPropertiesSequenceWrapper::addItem ( )
slot

◆ getItem

QVariant DRTROIPhysicalPropertiesSequenceWrapper::getItem ( int idx)
slot

◆ getNumberOfItems

int DRTROIPhysicalPropertiesSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getROIPhysicalPropertyTag()

QString DRTROIPhysicalPropertiesSequenceWrapper::getROIPhysicalPropertyTag ( ) const
inline

◆ getROIPhysicalPropertyValueTag()

QString DRTROIPhysicalPropertiesSequenceWrapper::getROIPhysicalPropertyValueTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTROIPhysicalPropertiesSequenceInterface DRTROIPhysicalPropertiesSequenceWrapper::getWrappedSequence ( ) const
inline

Definition at line 67 of file mlDRTROIPhysicalPropertiesSequenceWrapper.h.

◆ insertItem

bool DRTROIPhysicalPropertiesSequenceWrapper::insertItem ( int idx)
slot

◆ operator=()

◆ removeItem

bool DRTROIPhysicalPropertiesSequenceWrapper::removeItem ( int idx)
slot

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