|
MeVisLab Toolbox Reference
|
Class to provide access to DRTReferencedBeamSequenceInRTFractionSchemeModule. More...
#include <mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface () | |
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface (std::vector< DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface () |
| Default virtual Destructor. | |
| bool | getBeamDose (unsigned long idx, std::string ¶meter) const |
| bool | getBeamDose (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBeamDoseTag () const |
| bool | setBeamDose (unsigned long idx, std::string parameter) |
| bool | getBeamDosePointDepth (unsigned long idx, float ¶meter) const |
| bool | getBeamDosePointDepth (DCMTree::TreePtr item, float ¶meter) const |
| std::string | getBeamDosePointDepthTag () const |
| bool | setBeamDosePointDepth (unsigned long idx, float parameter) |
| bool | getBeamDosePointEquivalentDepth (unsigned long idx, float ¶meter) const |
| bool | getBeamDosePointEquivalentDepth (DCMTree::TreePtr item, float ¶meter) const |
| std::string | getBeamDosePointEquivalentDepthTag () const |
| bool | setBeamDosePointEquivalentDepth (unsigned long idx, float parameter) |
| bool | getBeamDosePointSSD (unsigned long idx, float ¶meter) const |
| bool | getBeamDosePointSSD (DCMTree::TreePtr item, float ¶meter) const |
| std::string | getBeamDosePointSSDTag () const |
| bool | setBeamDosePointSSD (unsigned long idx, float parameter) |
| bool | getBeamDoseSpecificationPoint (unsigned long idx, std::string ¶meter) const |
| bool | getBeamDoseSpecificationPoint (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBeamDoseSpecificationPointTag () const |
| bool | setBeamDoseSpecificationPoint (unsigned long idx, std::string parameter) |
| bool | getBeamMeterset (unsigned long idx, std::string ¶meter) const |
| bool | getBeamMeterset (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBeamMetersetTag () const |
| bool | setBeamMeterset (unsigned long idx, std::string parameter) |
| bool | getReferencedBeamNumber (unsigned long idx, std::string ¶meter) const |
| bool | getReferencedBeamNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getReferencedBeamNumberTag () const |
| bool | setReferencedBeamNumber (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::Item > dcmSequence) |
| Set the DRTReferencedBeamSequenceInRTFractionSchemeModule this interface class provides access to. | |
| std::vector< DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::Item > | getSequence () const |
| Return the DRTReferencedBeamSequenceInRTFractionSchemeModule this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTReferencedBeamSequenceInRTFractionSchemeModule is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::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< DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTReferencedBeamSequenceInRTFractionSchemeModule.
Definition at line 43 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Definition at line 108 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Default Constructor.
Definition at line 111 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Definition at line 113 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 121 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 200 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Definition at line 205 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDose | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDose | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDosePointDepth | ( | DCMTree::TreePtr | item, |
| float & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDosePointDepth | ( | unsigned long | idx, |
| float & | parameter | ||
| ) | const |
|
inline |
Definition at line 131 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getBeamDosePointDepthTag().
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDosePointEquivalentDepth | ( | DCMTree::TreePtr | item, |
| float & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDosePointEquivalentDepth | ( | unsigned long | idx, |
| float & | parameter | ||
| ) | const |
|
inline |
Definition at line 137 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getBeamDosePointEquivalentDepthTag().
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDosePointSSD | ( | DCMTree::TreePtr | item, |
| float & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDosePointSSD | ( | unsigned long | idx, |
| float & | parameter | ||
| ) | const |
|
inline |
Definition at line 143 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getBeamDosePointSSDTag().
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDoseSpecificationPoint | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamDoseSpecificationPoint | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 149 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getBeamDoseSpecificationPointTag().
|
inline |
Definition at line 125 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getBeamDoseTag().
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamMeterset | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getBeamMeterset | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 155 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getBeamMetersetTag().
|
inline |
Gets the item at the indicated position.
Definition at line 191 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 185 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getReferencedBeamNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::getReferencedBeamNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 161 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::getReferencedBeamNumberTag().
|
inline |
Return the DRTReferencedBeamSequenceInRTFractionSchemeModule this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedBeamSequenceInRTFractionSchemeModule |
Definition at line 173 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper(), and DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::operator=().
|
inline |
Check if the DRTReferencedBeamSequenceInRTFractionSchemeModule is set.
Definition at line 179 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 211 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 223 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setBeamDose | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setBeamDosePointDepth | ( | unsigned long | idx, |
| float | parameter | ||
| ) |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setBeamDosePointEquivalentDepth | ( | unsigned long | idx, |
| float | parameter | ||
| ) |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setBeamDosePointSSD | ( | unsigned long | idx, |
| float | parameter | ||
| ) |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setBeamDoseSpecificationPoint | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setBeamMeterset | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface::setReferencedBeamNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTReferencedBeamSequenceInRTFractionSchemeModule this interface class provides access to.
| dcmSequence | Pointer to DRTReferencedBeamSequenceInRTFractionSchemeModule |
Definition at line 167 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.
Referenced by DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper(), and DRTReferencedBeamSequenceInRTFractionSchemeModuleWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 235 of file mlDcmDRTReferencedBeamSequenceInRTFractionSchemeModuleInterface.h.