|
MeVisLab Toolbox Reference
|
Class to provide access to DRTBlockSequenceInRTImageModule. More...
#include <mlDcmDRTBlockSequenceInRTImageModuleInterface.h>
Classes | |
| class | Item |
Public Member Functions | |
| DcmDRTBlockSequenceInRTImageModuleInterface () | |
| DcmDRTBlockSequenceInRTImageModuleInterface (std::vector< DcmDRTBlockSequenceInRTImageModuleInterface::Item > dcmSequence) | |
| Default Constructor. | |
| DcmDRTBlockSequenceInRTImageModuleInterface (DCMTree::TreePtrVector treePtrSeq) | |
| virtual | ~DcmDRTBlockSequenceInRTImageModuleInterface () |
| Default virtual Destructor. | |
| bool | getBlockData (unsigned long idx, std::string ¶meter) const |
| bool | getBlockData (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockDataTag () const |
| bool | setBlockData (unsigned long idx, std::string parameter) |
| bool | getBlockDivergence (unsigned long idx, std::string ¶meter) const |
| bool | getBlockDivergence (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockDivergenceTag () const |
| bool | setBlockDivergence (unsigned long idx, std::string parameter) |
| bool | getBlockMountingPosition (unsigned long idx, std::string ¶meter) const |
| bool | getBlockMountingPosition (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockMountingPositionTag () const |
| bool | setBlockMountingPosition (unsigned long idx, std::string parameter) |
| bool | getBlockName (unsigned long idx, std::string ¶meter) const |
| bool | getBlockName (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockNameTag () const |
| bool | setBlockName (unsigned long idx, std::string parameter) |
| bool | getBlockNumber (unsigned long idx, std::string ¶meter) const |
| bool | getBlockNumber (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockNumberTag () const |
| bool | setBlockNumber (unsigned long idx, std::string parameter) |
| bool | getBlockNumberOfPoints (unsigned long idx, std::string ¶meter) const |
| bool | getBlockNumberOfPoints (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockNumberOfPointsTag () const |
| bool | setBlockNumberOfPoints (unsigned long idx, std::string parameter) |
| bool | getBlockThickness (unsigned long idx, std::string ¶meter) const |
| bool | getBlockThickness (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockThicknessTag () const |
| bool | setBlockThickness (unsigned long idx, std::string parameter) |
| bool | getBlockTrayID (unsigned long idx, std::string ¶meter) const |
| bool | getBlockTrayID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockTrayIDTag () const |
| bool | setBlockTrayID (unsigned long idx, std::string parameter) |
| bool | getBlockType (unsigned long idx, std::string ¶meter) const |
| bool | getBlockType (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getBlockTypeTag () const |
| bool | setBlockType (unsigned long idx, std::string parameter) |
| bool | getMaterialID (unsigned long idx, std::string ¶meter) const |
| bool | getMaterialID (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getMaterialIDTag () const |
| bool | setMaterialID (unsigned long idx, std::string parameter) |
| bool | getSourceToBlockTrayDistance (unsigned long idx, std::string ¶meter) const |
| bool | getSourceToBlockTrayDistance (DCMTree::TreePtr item, std::string ¶meter) const |
| std::string | getSourceToBlockTrayDistanceTag () const |
| bool | setSourceToBlockTrayDistance (unsigned long idx, std::string parameter) |
| void | setSequence (std::vector< DcmDRTBlockSequenceInRTImageModuleInterface::Item > dcmSequence) |
| Set the DRTBlockSequenceInRTImageModule this interface class provides access to. | |
| std::vector< DcmDRTBlockSequenceInRTImageModuleInterface::Item > | getSequence () const |
| Return the DRTBlockSequenceInRTImageModule this interface class provides access to. | |
| bool | hasSequence () const |
| Check if the DRTBlockSequenceInRTImageModule is set. | |
| MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of. | |
| DcmDRTBlockSequenceInRTImageModuleInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position. | |
| DcmDRTBlockSequenceInRTImageModuleInterface::Item & | addItem () |
| Adds a new item to the sequence. | |
| void | addItem (DcmDRTBlockSequenceInRTImageModuleInterface::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< DcmDRTBlockSequenceInRTImageModuleInterface::Item > | _itemVec |
| Reference to the wrapped DICOM tree pointer vector. | |
Class to provide access to DRTBlockSequenceInRTImageModule.
Definition at line 43 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 128 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Default Constructor.
Definition at line 131 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 133 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inlinevirtual |
Default virtual Destructor.
Definition at line 141 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Adds a new item to the sequence.
Definition at line 244 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Definition at line 249 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockData | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockData | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 145 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockDataTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockDivergence | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockDivergence | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 151 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockDivergenceTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockMountingPosition | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockMountingPosition | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 157 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockMountingPositionTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockName | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockName | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 163 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockNameTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockNumber | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockNumber | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockNumberOfPoints | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockNumberOfPoints | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 175 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockNumberOfPointsTag().
|
inline |
Definition at line 169 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockNumberTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockThickness | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockThickness | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 181 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockThicknessTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockTrayID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockTrayID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 187 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockTrayIDTag().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockType | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getBlockType | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 193 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getBlockTypeTag().
|
inline |
Gets the item at the indicated position.
Definition at line 235 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getMaterialID | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getMaterialID | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 199 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getMaterialIDTag().
|
inline |
Return number of items the internal sequence consists of.
Definition at line 229 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Return the DRTBlockSequenceInRTImageModule this interface class provides access to.
| dcmSequence | Pointer to DRTBlockSequenceInRTImageModule |
Definition at line 217 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::DRTBlockSequenceInRTImageModuleWrapper(), and DRTBlockSequenceInRTImageModuleWrapper::operator=().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getSourceToBlockTrayDistance | ( | DCMTree::TreePtr | item, |
| std::string & | parameter | ||
| ) | const |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::getSourceToBlockTrayDistance | ( | unsigned long | idx, |
| std::string & | parameter | ||
| ) | const |
|
inline |
Definition at line 205 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::getSourceToBlockTrayDistanceTag().
|
inline |
Check if the DRTBlockSequenceInRTImageModule is set.
Definition at line 223 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Insert an item at the indicated position.
Definition at line 255 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
|
inline |
Removes the indicated item from the sequence.
Definition at line 267 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockData | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockDivergence | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockMountingPosition | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockName | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockNumber | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockNumberOfPoints | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockThickness | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockTrayID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setBlockType | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setMaterialID | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
inline |
Set the DRTBlockSequenceInRTImageModule this interface class provides access to.
| dcmSequence | Pointer to DRTBlockSequenceInRTImageModule |
Definition at line 211 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.
Referenced by DRTBlockSequenceInRTImageModuleWrapper::DRTBlockSequenceInRTImageModuleWrapper(), and DRTBlockSequenceInRTImageModuleWrapper::operator=().
| bool ml::DcmDRTBlockSequenceInRTImageModuleInterface::setSourceToBlockTrayDistance | ( | unsigned long | idx, |
| std::string | parameter | ||
| ) |
|
protected |
Reference to the wrapped DICOM tree pointer vector.
Definition at line 279 of file mlDcmDRTBlockSequenceInRTImageModuleInterface.h.