|
| DcmDRTContourSequenceInterface () |
|
| DcmDRTContourSequenceInterface (std::vector< DcmDRTContourSequenceInterface::Item > dcmSequence) |
| Default Constructor.
|
|
| DcmDRTContourSequenceInterface (DCMTree::TreePtrVector treePtrSeq) |
|
virtual | ~DcmDRTContourSequenceInterface () |
| Default virtual Destructor.
|
|
bool | getAttachedContours (unsigned long idx, std::string ¶meter) const |
|
bool | getAttachedContours (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getAttachedContoursTag () const |
|
bool | setAttachedContours (unsigned long idx, std::string parameter) |
|
bool | getContourData (unsigned long idx, std::string ¶meter) const |
|
bool | getContourData (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getContourDataTag () const |
|
bool | setContourData (unsigned long idx, std::string parameter) |
|
bool | getContourGeometricType (unsigned long idx, std::string ¶meter) const |
|
bool | getContourGeometricType (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getContourGeometricTypeTag () const |
|
bool | setContourGeometricType (unsigned long idx, std::string parameter) |
|
bool | getContourNumber (unsigned long idx, std::string ¶meter) const |
|
bool | getContourNumber (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getContourNumberTag () const |
|
bool | setContourNumber (unsigned long idx, std::string parameter) |
|
bool | getContourOffsetVector (unsigned long idx, std::string ¶meter) const |
|
bool | getContourOffsetVector (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getContourOffsetVectorTag () const |
|
bool | setContourOffsetVector (unsigned long idx, std::string parameter) |
|
bool | getContourSlabThickness (unsigned long idx, std::string ¶meter) const |
|
bool | getContourSlabThickness (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getContourSlabThicknessTag () const |
|
bool | setContourSlabThickness (unsigned long idx, std::string parameter) |
|
bool | getNumberOfContourPoints (unsigned long idx, std::string ¶meter) const |
|
bool | getNumberOfContourPoints (DCMTree::TreePtr item, std::string ¶meter) const |
|
std::string | getNumberOfContourPointsTag () const |
|
bool | setNumberOfContourPoints (unsigned long idx, std::string parameter) |
|
DcmDRTContourImageSequenceInterface | getContourImageSequence (unsigned long idx) const |
|
std::string | getContourImageSequenceTag () const |
|
void | setContourImageSequence (DcmDRTContourImageSequenceInterface seq, unsigned long idx) |
|
void | setSequence (std::vector< DcmDRTContourSequenceInterface::Item > dcmSequence) |
| Set the DRTContourSequence this interface class provides access to.
|
|
std::vector< DcmDRTContourSequenceInterface::Item > | getSequence () const |
| Return the DRTContourSequence this interface class provides access to.
|
|
bool | hasSequence () const |
| Check if the DRTContourSequence is set.
|
|
MLint | getNumberOfItems () const |
| Return number of items the internal sequence consists of.
|
|
DcmDRTContourSequenceInterface::Item | getItem (const size_t idx) const |
| Gets the item at the indicated position.
|
|
DcmDRTContourSequenceInterface::Item & | addItem () |
| Adds a new item to the sequence.
|
|
void | addItem (DcmDRTContourSequenceInterface::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 DRTContourSequence.
Definition at line 44 of file mlDcmDRTContourSequenceInterface.h.