|
MeVisLab Toolbox Reference
|
Class to provide access to DRTDVHSequence. More...
#include <mlDcmDRTDVHSequenceInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTDVHSequenceInterface () | |
| DcmDRTDVHSequenceInterface (std::vector< DcmDRTDVHSequenceInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTDVHSequenceInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTDVHSequenceInterface () |
| Default virtual Destructor. | |
| bool | getDVHData (unsigned long idx, std::string ¶meter) const |
| bool | getDVHData (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHDataTag () const |
| bool | setDVHData (unsigned long idx, std::string parameter) |
| bool | getDVHDoseScaling (unsigned long idx, std::string ¶meter) const |
| bool | getDVHDoseScaling (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHDoseScalingTag () const |
| bool | setDVHDoseScaling (unsigned long idx, std::string parameter) |
| bool | getDVHMaximumDose (unsigned long idx, std::string ¶meter) const |
| bool | getDVHMaximumDose (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHMaximumDoseTag () const |
| bool | setDVHMaximumDose (unsigned long idx, std::string parameter) |
| bool | getDVHMeanDose (unsigned long idx, std::string ¶meter) const |
| bool | getDVHMeanDose (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHMeanDoseTag () const |
| bool | setDVHMeanDose (unsigned long idx, std::string parameter) |
| bool | getDVHMinimumDose (unsigned long idx, std::string ¶meter) const |
| bool | getDVHMinimumDose (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHMinimumDoseTag () const |
| bool | setDVHMinimumDose (unsigned long idx, std::string parameter) |
| bool | getDVHNumberOfBins (unsigned long idx, std::string ¶meter) const |
| bool | getDVHNumberOfBins (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHNumberOfBinsTag () const |
| bool | setDVHNumberOfBins (unsigned long idx, std::string parameter) |
| bool | getDVHType (unsigned long idx, std::string ¶meter) const |
| bool | getDVHType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHTypeTag () const |
| bool | setDVHType (unsigned long idx, std::string parameter) |
| bool | getDVHVolumeUnits (unsigned long idx, std::string ¶meter) const |
| bool | getDVHVolumeUnits (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDVHVolumeUnitsTag () const |
| bool | setDVHVolumeUnits (unsigned long idx, std::string parameter) |
| bool | getDoseType (unsigned long idx, std::string ¶meter) const |
| bool | getDoseType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDoseTypeTag () const |
| bool | setDoseType (unsigned long idx, std::string parameter) |
| bool | getDoseUnits (unsigned long idx, std::string ¶meter) const |
| bool | getDoseUnits (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getDoseUnitsTag () const |
| bool | setDoseUnits (unsigned long idx, std::string parameter) |
| DcmDRTDVHReferencedROISequenceInterface | getDVHReferencedROISequence (unsigned long idx) const |
| std::string | getDVHReferencedROISequenceTag () const |
| void | setDVHReferencedROISequence (DcmDRTDVHReferencedROISequenceInterface seq, unsigned long idx) |
| void | setSequence (std::vector< DcmDRTDVHSequenceInterface::Item > dcmSequence) |
| Set the DRTDVHSequence this interface class provides access to. | |
| std::vector< DcmDRTDVHSequenceInterface::Item > | getSequence () const |
| Return the DRTDVHSequence this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTDVHSequence is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTDVHSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTDVHSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTDVHSequenceInterface::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< DcmDRTDVHSequenceInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTDVHSequence.
Definition at line 44 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Definition at line 129 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Default Constructor.
Definition at line 132 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Definition at line 134 of file mlDcmDRTDVHSequenceInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 142 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 244 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Definition at line 249 of file mlDcmDRTDVHSequenceInterface.h.
| bool ml::DcmDRTDVHSequenceInterface::getDoseType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDoseType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 194 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDoseTypeTag().
| bool ml::DcmDRTDVHSequenceInterface::getDoseUnits | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDoseUnits | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 200 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDoseUnitsTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHData | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHData | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 146 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHDataTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHDoseScaling | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHDoseScaling | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 152 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHDoseScalingTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHMaximumDose | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHMaximumDose | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 158 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHMaximumDoseTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHMeanDose | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHMeanDose | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 164 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHMeanDoseTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHMinimumDose | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHMinimumDose | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 170 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHMinimumDoseTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHNumberOfBins | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHNumberOfBins | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 176 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHNumberOfBinsTag().
| DcmDRTDVHReferencedROISequenceInterface ml::DcmDRTDVHSequenceInterface::getDVHReferencedROISequence | ( | unsigned long | idx | ) | const |
|
inline |
Definition at line 205 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHReferencedROISequenceTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 182 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHTypeTag().
| bool ml::DcmDRTDVHSequenceInterface::getDVHVolumeUnits | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTDVHSequenceInterface::getDVHVolumeUnits | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 188 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::getDVHVolumeUnitsTag().
|
inline |
Gets the item at the indicated position.
Definition at line 235 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Return number of items the internal sequence consists of.
Definition at line 229 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Return the DRTDVHSequence this interface class provides access to.
| dcmSequence | Pointer to DRTDVHSequence |
Definition at line 217 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::DRTDVHSequenceWrapper(), and DRTDVHSequenceWrapper::operator=().
|
inline |
Check if the DRTDVHSequence is set.
Definition at line 223 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 255 of file mlDcmDRTDVHSequenceInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 267 of file mlDcmDRTDVHSequenceInterface.h.
| bool ml::DcmDRTDVHSequenceInterface::setDoseType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDoseUnits | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHData | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHDoseScaling | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHMaximumDose | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHMeanDose | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHMinimumDose | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHNumberOfBins | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| void ml::DcmDRTDVHSequenceInterface::setDVHReferencedROISequence | ( | DcmDRTDVHReferencedROISequenceInterface | seq, |
| unsigned long | idx | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTDVHSequenceInterface::setDVHVolumeUnits | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTDVHSequence this interface class provides access to.
| dcmSequence | Pointer to DRTDVHSequence |
Definition at line 211 of file mlDcmDRTDVHSequenceInterface.h.
Referenced by DRTDVHSequenceWrapper::DRTDVHSequenceWrapper(), and DRTDVHSequenceWrapper::operator=().
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 279 of file mlDcmDRTDVHSequenceInterface.h.