#include <mlDRTDoseIODBase.h>

Public Member Functions | |
| DRTDoseIODBase () | |
| Default Constructor. | |
| DRTDoseIODBase (const std::string &dcmFileName) | |
| Constructor. Gets a reference to the name of the DICOM file containing the rt plan object to be wrapped. | |
| DRTDoseIODBase (DcmFileFormat &dcmFile, std::string &dcmFileName) | |
| Constructor. Gets a reference to the DICOM file containing the rt plan object to be wrapped. | |
| DRTDoseIODBase (DcmFileFormat *dcmFilePtr, std::string &dcmFileName) | |
| Constructor. Gets a pointer to the DICOM file containing the rt plan object to be wrapped. | |
| virtual | ~DRTDoseIODBase () |
| Virtual Destructor. | |
| void | setDRTDoseIOD (DRTDoseIODPtr objectPtr) |
| Set the DRTDoseIOD dcmtk object and collect all referenced dcmtk objects. | |
| DRTDoseIODPtr | getDRTDoseIOD () |
| Get the DRTDoseIOD dcmtk object. | |
| bool | isValid () |
| Return true if wrapped IOD object is valid. | |
| std::string | getDcmFileName () |
Definition at line 44 of file mlDRTDoseIODBase.h.
| ml::DRTDoseIODBase::DRTDoseIODBase | ( | ) |
Default Constructor.
| ml::DRTDoseIODBase::DRTDoseIODBase | ( | const std::string & | dcmFileName | ) |
Constructor. Gets a reference to the name of the DICOM file containing the rt plan object to be wrapped.
| ml::DRTDoseIODBase::DRTDoseIODBase | ( | DcmFileFormat & | dcmFile, | |
| std::string & | dcmFileName | |||
| ) |
Constructor. Gets a reference to the DICOM file containing the rt plan object to be wrapped.
| ml::DRTDoseIODBase::DRTDoseIODBase | ( | DcmFileFormat * | dcmFilePtr, | |
| std::string & | dcmFileName | |||
| ) |
Constructor. Gets a pointer to the DICOM file containing the rt plan object to be wrapped.
| virtual ml::DRTDoseIODBase::~DRTDoseIODBase | ( | ) | [inline, virtual] |
| std::string ml::DRTDoseIODBase::getDcmFileName | ( | ) | [inline] |
Definition at line 73 of file mlDRTDoseIODBase.h.
| DRTDoseIODPtr ml::DRTDoseIODBase::getDRTDoseIOD | ( | ) | [inline] |
| bool ml::DRTDoseIODBase::isValid | ( | void | ) | [inline, virtual] |
Return true if wrapped IOD object is valid.
Reimplemented from ml::DcmtkBase.
Definition at line 70 of file mlDRTDoseIODBase.h.
Referenced by ml::DRTDoseIODToMLConverter::handleBaseObjectChange().
| void ml::DRTDoseIODBase::setDRTDoseIOD | ( | DRTDoseIODPtr | objectPtr | ) |
Set the DRTDoseIOD dcmtk object and collect all referenced dcmtk objects.
1.5.8