#include <mlDRTIonPlanIODBase.h>

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