#include <mlDcmDRTDVHReferencedROISequenceBaseOpInterface.h>
Public Member Functions | |
| DcmDRTDVHReferencedROISequenceBaseOpInterface () | |
| Default Constructor. | |
| void | addFields (FieldContainer &fieldContainer, std::string prefix) |
| Add MLABFields of this DcmSequence to given FieldContainer. | |
| void | handleDcmSequenceChange (DRTDVHReferencedROISequence *dcmSequence) |
| Handle change of DcmSequence object. | |
| void | setCurrentItemFields (unsigned long idx) |
Set the fields by reading sequence item at index idx. | |
| virtual void | handleNotification (Field *field) |
Handle change of field field. | |
Definition at line 43 of file mlDcmDRTDVHReferencedROISequenceBaseOpInterface.h.
| ml::DcmDRTDVHReferencedROISequenceBaseOpInterface::DcmDRTDVHReferencedROISequenceBaseOpInterface | ( | ) | [inline] |
Default Constructor.
Definition at line 47 of file mlDcmDRTDVHReferencedROISequenceBaseOpInterface.h.
| void ml::DcmDRTDVHReferencedROISequenceBaseOpInterface::addFields | ( | FieldContainer & | fieldContainer, | |
| std::string | prefix | |||
| ) |
Add MLABFields of this DcmSequence to given FieldContainer.
| void ml::DcmDRTDVHReferencedROISequenceBaseOpInterface::handleDcmSequenceChange | ( | DRTDVHReferencedROISequence * | dcmSequence | ) |
Handle change of DcmSequence object.
Extracts values if dcmSequence != NULL Sets to defaults otherwise.
| virtual void ml::DcmDRTDVHReferencedROISequenceBaseOpInterface::handleNotification | ( | Field * | field | ) | [virtual] |
Handle change of field field.
| void ml::DcmDRTDVHReferencedROISequenceBaseOpInterface::setCurrentItemFields | ( | unsigned long | idx | ) |
Set the fields by reading sequence item at index idx.
The index of the item to read the values from.
1.5.8