|
| DcmDRTIonWedgeSequenceInterface () |
|
| DcmDRTIonWedgeSequenceInterface (std::vector< DcmDRTIonWedgeSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTIonWedgeSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTIonWedgeSequenceInterface () |
| Default virtual Destructor.
|
|
bool | getAccessoryCode (unsigned long idx, std::string ¶meter) const |
|
bool | getAccessoryCode (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getAccessoryCodeTag () const |
|
bool | setAccessoryCode (unsigned long idx, std::string parameter) |
|
bool | getIsocenterToWedgeTrayDistance (unsigned long idx, float ¶meter) const |
|
bool | getIsocenterToWedgeTrayDistance (DCMTree::TreePtr item, float ¶meter) const |
|
std::string | getIsocenterToWedgeTrayDistanceTag () const |
|
bool | setIsocenterToWedgeTrayDistance (unsigned long idx, float parameter) |
|
bool | getWedgeAngle (unsigned long idx, std::string ¶meter) const |
|
bool | getWedgeAngle (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getWedgeAngleTag () const |
|
bool | setWedgeAngle (unsigned long idx, std::string parameter) |
|
bool | getWedgeID (unsigned long idx, std::string ¶meter) const |
|
bool | getWedgeID (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getWedgeIDTag () const |
|
bool | setWedgeID (unsigned long idx, std::string parameter) |
|
bool | getWedgeNumber (unsigned long idx, std::string ¶meter) const |
|
bool | getWedgeNumber (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getWedgeNumberTag () const |
|
bool | setWedgeNumber (unsigned long idx, std::string parameter) |
|
bool | getWedgeOrientation (unsigned long idx, std::string ¶meter) const |
|
bool | getWedgeOrientation (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getWedgeOrientationTag () const |
|
bool | setWedgeOrientation (unsigned long idx, std::string parameter) |
|
bool | getWedgeType (unsigned long idx, std::string ¶meter) const |
|
bool | getWedgeType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getWedgeTypeTag () const |
|
bool | setWedgeType (unsigned long idx, std::string parameter) |
|
void | setSequence (std::vector< DcmDRTIonWedgeSequenceInterface::Item > dcmSequence) |
| Set the DRTIonWedgeSequence this interface class provides access to.
|
|
std::vector< DcmDRTIonWedgeSequenceInterface::Item > | getSequence () const |
| Return the DRTIonWedgeSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTIonWedgeSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTIonWedgeSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTIonWedgeSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTIonWedgeSequenceInterface::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.
|
|
Class to provide access to DRTIonWedgeSequence.
Definition at line 43 of file mlDcmDRTIonWedgeSequenceInterface.h.