#include <mlDRTPlanIODBase.h>

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