MeVisLab Toolbox Reference
DRTFrameOfReferenceRelationshipSequenceWrapper Class Reference

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

#include <mlDRTFrameOfReferenceRelationshipSequenceWrapper.h>

Inheritance diagram for DRTFrameOfReferenceRelationshipSequenceWrapper:

Public Slots

Access to wrapped DRTFrameOfReferenceRelationshipSequence object.

\script

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

Public Member Functions

 DRTFrameOfReferenceRelationshipSequenceWrapper (ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface *wrappedSequence)
 
 DRTFrameOfReferenceRelationshipSequenceWrapper (const DRTFrameOfReferenceRelationshipSequenceWrapper &toCopy)
 
DRTFrameOfReferenceRelationshipSequenceWrapperoperator= (const DRTFrameOfReferenceRelationshipSequenceWrapper &toCopy)
 
ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface getWrappedSequence () const
 
QString getFrameOfReferenceTransformationCommentTag () const
 
QString getFrameOfReferenceTransformationMatrixTag () const
 
QString getFrameOfReferenceTransformationTypeTag () const
 
QString getRelatedFrameOfReferenceUIDTag () const
 

Detailed Description

A class that wraps DRTFrameOfReferenceRelationshipSequence Item for use in Python.

\script

Definition at line 45 of file mlDRTFrameOfReferenceRelationshipSequenceWrapper.h.

Constructor & Destructor Documentation

◆ DRTFrameOfReferenceRelationshipSequenceWrapper() [1/2]

DRTFrameOfReferenceRelationshipSequenceWrapper::DRTFrameOfReferenceRelationshipSequenceWrapper ( ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface wrappedSequence)
inline

◆ DRTFrameOfReferenceRelationshipSequenceWrapper() [2/2]

DRTFrameOfReferenceRelationshipSequenceWrapper::DRTFrameOfReferenceRelationshipSequenceWrapper ( const DRTFrameOfReferenceRelationshipSequenceWrapper toCopy)
inline

Member Function Documentation

◆ addItem

QVariant DRTFrameOfReferenceRelationshipSequenceWrapper::addItem ( )
slot

◆ getFrameOfReferenceTransformationCommentTag()

QString DRTFrameOfReferenceRelationshipSequenceWrapper::getFrameOfReferenceTransformationCommentTag ( ) const
inline

◆ getFrameOfReferenceTransformationMatrixTag()

QString DRTFrameOfReferenceRelationshipSequenceWrapper::getFrameOfReferenceTransformationMatrixTag ( ) const
inline

◆ getFrameOfReferenceTransformationTypeTag()

QString DRTFrameOfReferenceRelationshipSequenceWrapper::getFrameOfReferenceTransformationTypeTag ( ) const
inline

◆ getItem

QVariant DRTFrameOfReferenceRelationshipSequenceWrapper::getItem ( int  idx)
slot

◆ getNumberOfItems

int DRTFrameOfReferenceRelationshipSequenceWrapper::getNumberOfItems ( ) const
slot

◆ getRelatedFrameOfReferenceUIDTag()

QString DRTFrameOfReferenceRelationshipSequenceWrapper::getRelatedFrameOfReferenceUIDTag ( ) const
inline

◆ getWrappedSequence()

ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface DRTFrameOfReferenceRelationshipSequenceWrapper::getWrappedSequence ( ) const
inline

◆ insertItem

bool DRTFrameOfReferenceRelationshipSequenceWrapper::insertItem ( int  idx)
slot

◆ operator=()

◆ removeItem

bool DRTFrameOfReferenceRelationshipSequenceWrapper::removeItem ( int  idx)
slot

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