|
MeVisLab Toolbox Reference
|
Class to provide access to DRTMotionSynchronizationSequence. More...
#include <mlDcmDRTMotionSynchronizationSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTMotionSynchronizationSequenceInterface () | |
| DcmDRTMotionSynchronizationSequenceInterface (std::vector< DcmDRTMotionSynchronizationSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTMotionSynchronizationSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTMotionSynchronizationSequenceInterface () |
| Default virtual Destructor. | |
| bool | getRespiratoryMotionCompensationTechnique (unsigned long idx, std::string ¶meter) const |
| bool | getRespiratoryMotionCompensationTechnique (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRespiratoryMotionCompensationTechniqueTag () const |
| bool | setRespiratoryMotionCompensationTechnique (unsigned long idx, std::string parameter) |
| bool | getRespiratoryMotionCompensationTechniqueDescription (unsigned long idx, std::string ¶meter) const |
| bool | getRespiratoryMotionCompensationTechniqueDescription (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRespiratoryMotionCompensationTechniqueDescriptionTag () const |
| bool | setRespiratoryMotionCompensationTechniqueDescription (unsigned long idx, std::string parameter) |
| bool | getRespiratorySignalSource (unsigned long idx, std::string ¶meter) const |
| bool | getRespiratorySignalSource (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRespiratorySignalSourceTag () const |
| bool | setRespiratorySignalSource (unsigned long idx, std::string parameter) |
| bool | getRespiratorySignalSourceID (unsigned long idx, std::string ¶meter) const |
| bool | getRespiratorySignalSourceID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRespiratorySignalSourceIDTag () const |
| bool | setRespiratorySignalSourceID (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTMotionSynchronizationSequenceInterface::Item > dcmSequence) |
| Set the DRTMotionSynchronizationSequence this interface class provides access to. | |
| std::vector< DcmDRTMotionSynchronizationSequenceInterface::Item > | getSequence () const |
| Return the DRTMotionSynchronizationSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTMotionSynchronizationSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTMotionSynchronizationSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTMotionSynchronizationSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTMotionSynchronizationSequenceInterface::Item newItem) |
| bool | insertItem (const size_t idx) |
| Insert an item at the indicated position. | |
| bool | removeItem (const size_t idx) |
| Removes the indicated item from the sequence. | |
Protected Attributes | |
| std::vector< DcmDRTMotionSynchronizationSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTMotionSynchronizationSequence.
Definition at line 43 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 96 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Definition at line 98 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 106 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 167 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Definition at line 172 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Gets the item at the indicated position.
Definition at line 158 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 152 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechnique | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechnique | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechniqueDescription | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratoryMotionCompensationTechniqueDescription | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 116 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
Referenced by DRTMotionSynchronizationSequenceWrapper::getRespiratoryMotionCompensationTechniqueDescriptionTag().
|
inline |
Definition at line 110 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
Referenced by DRTMotionSynchronizationSequenceWrapper::getRespiratoryMotionCompensationTechniqueTag().
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSource | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSource | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSourceID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::getRespiratorySignalSourceID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 128 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
Referenced by DRTMotionSynchronizationSequenceWrapper::getRespiratorySignalSourceIDTag().
|
inline |
Definition at line 122 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
Referenced by DRTMotionSynchronizationSequenceWrapper::getRespiratorySignalSourceTag().
|
inline |
Return the DRTMotionSynchronizationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTMotionSynchronizationSequence |
Definition at line 140 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
Referenced by DRTMotionSynchronizationSequenceWrapper::DRTMotionSynchronizationSequenceWrapper(), and DRTMotionSynchronizationSequenceWrapper::operator=().
|
inline |
Check if the DRTMotionSynchronizationSequence is set.
Definition at line 146 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 178 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 190 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratoryMotionCompensationTechnique | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratoryMotionCompensationTechniqueDescription | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratorySignalSource | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTMotionSynchronizationSequenceInterface::setRespiratorySignalSourceID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTMotionSynchronizationSequence this interface class provides access to.
| dcmSequence | Pointer to DRTMotionSynchronizationSequence |
Definition at line 134 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.
Referenced by DRTMotionSynchronizationSequenceWrapper::DRTMotionSynchronizationSequenceWrapper(), and DRTMotionSynchronizationSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 202 of file mlDcmDRTMotionSynchronizationSequenceInterface.h.