#include <mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h>
Public Member Functions | |
| DcmDRTFrameOfReferenceRelationshipSequenceInterface (DRTFrameOfReferenceRelationshipSequence *_dcmSequence=NULL) | |
| Default Constructor. | |
| virtual | ~DcmDRTFrameOfReferenceRelationshipSequenceInterface () |
| Default virtual Destructor. | |
| bool | getFrameOfReferenceTransformationComment (unsigned long idx, std::string ¶meter) |
| bool | getFrameOfReferenceTransformationComment (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string ¶meter) |
| std::string | getFrameOfReferenceTransformationCommentTag () const |
| bool | setFrameOfReferenceTransformationComment (unsigned long idx, std::string ¶meter) |
| bool | getFrameOfReferenceTransformationMatrix (unsigned long idx, std::string ¶meter) |
| bool | getFrameOfReferenceTransformationMatrix (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string ¶meter) |
| std::string | getFrameOfReferenceTransformationMatrixTag () const |
| bool | setFrameOfReferenceTransformationMatrix (unsigned long idx, std::string ¶meter) |
| bool | getFrameOfReferenceTransformationType (unsigned long idx, std::string ¶meter) |
| bool | getFrameOfReferenceTransformationType (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string ¶meter) |
| std::string | getFrameOfReferenceTransformationTypeTag () const |
| bool | setFrameOfReferenceTransformationType (unsigned long idx, std::string ¶meter) |
| bool | getRelatedFrameOfReferenceUID (unsigned long idx, std::string ¶meter) |
| bool | getRelatedFrameOfReferenceUID (DRTFrameOfReferenceRelationshipSequence::Item &item, std::string ¶meter) |
| std::string | getRelatedFrameOfReferenceUIDTag () const |
| bool | setRelatedFrameOfReferenceUID (unsigned long idx, std::string ¶meter) |
| void | setSequence (DRTFrameOfReferenceRelationshipSequence *dcmSequence) |
| Set the DRTFrameOfReferenceRelationshipSequence this interface class provides access to. | |
| DRTFrameOfReferenceRelationshipSequence * | 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. | |
| DRTFrameOfReferenceRelationshipSequence::Item * | getItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| DRTFrameOfReferenceRelationshipSequence::Item * | addItem () |
| Return number of items the internal sequence consists of. | |
| bool | insertItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
| bool | removeItem (const unsigned long idx) |
| Return number of items the internal sequence consists of. | |
Protected Attributes | |
| DRTFrameOfReferenceRelationshipSequence * | _dcmSequence |
| Reference to the wrapped DcmSequence. | |
Definition at line 42 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::DcmDRTFrameOfReferenceRelationshipSequenceInterface | ( | DRTFrameOfReferenceRelationshipSequence * | _dcmSequence = NULL |
) | [inline] |
Default Constructor.
Definition at line 46 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| virtual ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::~DcmDRTFrameOfReferenceRelationshipSequenceInterface | ( | ) | [inline, virtual] |
Default virtual Destructor.
Definition at line 49 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| DRTFrameOfReferenceRelationshipSequence::Item* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::addItem | ( | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 113 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationComment | ( | DRTFrameOfReferenceRelationshipSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationComment | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationCommentTag | ( | ) | const [inline] |
Definition at line 53 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrix | ( | DRTFrameOfReferenceRelationshipSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrix | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationMatrixTag | ( | ) | const [inline] |
Definition at line 59 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationType | ( | DRTFrameOfReferenceRelationshipSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationType | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getFrameOfReferenceTransformationTypeTag | ( | ) | const [inline] |
Definition at line 65 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| DRTFrameOfReferenceRelationshipSequence::Item* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 104 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| MLint ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getNumberOfItems | ( | ) | const [inline] |
Return number of items the internal sequence consists of.
Definition at line 95 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUID | ( | DRTFrameOfReferenceRelationshipSequence::Item & | item, | |
| std::string & | parameter | |||
| ) |
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUID | ( | unsigned long | idx, | |
| std::string & | parameter | |||
| ) |
| std::string ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getRelatedFrameOfReferenceUIDTag | ( | ) | const [inline] |
Definition at line 71 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| DRTFrameOfReferenceRelationshipSequence* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::getSequence | ( | ) | const [inline] |
Return the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFrameOfReferenceRelationshipSequence |
Definition at line 83 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::hasSequence | ( | ) | const [inline] |
Check if the DRTFrameOfReferenceRelationshipSequence is set.
Definition at line 89 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::insertItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 124 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
| bool ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::removeItem | ( | const unsigned long | idx | ) | [inline] |
Return number of items the internal sequence consists of.
Definition at line 135 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 | |||
| ) |
| void ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::setSequence | ( | DRTFrameOfReferenceRelationshipSequence * | dcmSequence | ) | [inline] |
Set the DRTFrameOfReferenceRelationshipSequence this interface class provides access to.
| dcmSequence | Pointer to DRTFrameOfReferenceRelationshipSequence |
Definition at line 77 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
DRTFrameOfReferenceRelationshipSequence* ml::DcmDRTFrameOfReferenceRelationshipSequenceInterface::_dcmSequence [protected] |
Reference to the wrapped DcmSequence.
Definition at line 145 of file mlDcmDRTFrameOfReferenceRelationshipSequenceInterface.h.
1.5.8