#include <mlRTBase.h>

Public Member Functions | |
| RTBase () | |
| Default Constructor. | |
| RTBase (DcmFileFormat &dcmFile) | |
| Constructor. Gets a reference to the DICOM file containing the rt object to be wrapped. | |
| RTBase (DcmFileFormat *dcmFilePtr) | |
| Constructor. Gets a pointer to the DICOM file containing the rt object to be wrapped. | |
| virtual | ~RTBase () |
| Virtual Destructor. | |
Definition at line 34 of file mlRTBase.h.
| ml::RTBase::RTBase | ( | ) | [inline] |
| ml::RTBase::RTBase | ( | DcmFileFormat & | dcmFile | ) | [inline] |
Constructor. Gets a reference to the DICOM file containing the rt object to be wrapped.
Definition at line 42 of file mlRTBase.h.
| ml::RTBase::RTBase | ( | DcmFileFormat * | dcmFilePtr | ) | [inline] |
Constructor. Gets a pointer to the DICOM file containing the rt object to be wrapped.
Definition at line 45 of file mlRTBase.h.
| virtual ml::RTBase::~RTBase | ( | ) | [inline, virtual] |
1.5.8