|
MeVisLab Toolbox Reference
|
Class to provide access to DRTFrameOfReferenceRelationshipSequence. More...
#include <mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTFrameOfReferenceRelationshipSequenceInterface () | |
| DcmDRTFrameOfReferenceRelationshipSequenceInterface (std::vector< DcmDRTFrameOfReferenceRelationshipSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTFrameOfReferenceRelationshipSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTFrameOfReferenceRelationshipSequenceInterface () |
| Default virtual Destructor. | |
| bool | getFrameOfReferenceTransformationComment (unsigned long idx, std::string ¶meter) const |
| bool | getFrameOfReferenceTransformationComment (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFrameOfReferenceTransformationCommentTag () const |
| bool | setFrameOfReferenceTransformationComment (unsigned long idx, std::string parameter) |
| bool | getFrameOfReferenceTransformationMatrix (unsigned long idx, std::string ¶meter) const |
| bool | getFrameOfReferenceTransformationMatrix (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFrameOfReferenceTransformationMatrixTag () const |
| bool | setFrameOfReferenceTransformationMatrix (unsigned long idx, std::string parameter) |
| bool | getFrameOfReferenceTransformationType (unsigned long idx, std::string ¶meter) const |
| bool | getFrameOfReferenceTransformationType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getFrameOfReferenceTransformationTypeTag () const |
| bool | setFrameOfReferenceTransformationType (unsigned long idx, std::string parameter) |
| bool | getRelatedFrameOfReferenceUID (unsigned long idx, std::string ¶meter) const |
| bool | getRelatedFrameOfReferenceUID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getRelatedFrameOfReferenceUIDTag () const |
| bool | setRelatedFrameOfReferenceUID (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTFrameOfReferenceRelationshipSequenceInterface::Item > dcmSequence) |
| Set the DRTFrameOfReferenceRelationshipSequence this interface class provides access to. | |
| std::vector< DcmDRTFrameOfReferenceRelationshipSequenceInterface::Item > | getSequence () const |
| Return the DRTFrameOfReferenceRelationshipSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTFrameOfReferenceRelationshipSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTFrameOfReferenceRelationshipSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTFrameOfReferenceRelationshipSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTFrameOfReferenceRelationshipSequenceInterface::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< DcmDRTFrameOfReferenceRelationshipSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTFrameOfReferenceRelationshipSequence.
Definition at line 43 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Definition at line 93 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 96 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Definition at line 98 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 106 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 167 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Definition at line 172 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationComment | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationComment | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 110 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
Referenced by DRTFrameOfReferenceRelationshipSequenceWrapper::getFrameOfReferenceTransformationCommentTag().
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrix | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrix | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 116 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
Referenced by DRTFrameOfReferenceRelationshipSequenceWrapper::getFrameOfReferenceTransformationMatrixTag().
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 122 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
Referenced by DRTFrameOfReferenceRelationshipSequenceWrapper::getFrameOfReferenceTransformationTypeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 158 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 152 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 128 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
Referenced by DRTFrameOfReferenceRelationshipSequenceWrapper::getRelatedFrameOfReferenceUIDTag().
|
inline |
Return the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFrameOfReferenceRelationshipSequence |
Definition at line 140 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
Referenced by DRTFrameOfReferenceRelationshipSequenceWrapper::DRTFrameOfReferenceRelationshipSequenceWrapper(), and DRTFrameOfReferenceRelationshipSequenceWrapper::operator=().
|
inline |
Check if the DRTFrameOfReferenceRelationshipSequence is set.
Definition at line 146 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 178 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 190 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setFrameOfReferenceTransformationComment | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setFrameOfReferenceTransformationMatrix | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setFrameOfReferenceTransformationType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setRelatedFrameOfReferenceUID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFrameOfReferenceRelationshipSequence |
Definition at line 134 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
Referenced by DRTFrameOfReferenceRelationshipSequenceWrapper::DRTFrameOfReferenceRelationshipSequenceWrapper(), and DRTFrameOfReferenceRelationshipSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 202 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.