#include <mlDcmtkBaseObjects.h>
Public Member Functions | |
| DcmtkBaseObjects () | |
| Constructor. | |
| virtual | ~DcmtkBaseObjects () |
| Virtual Destructor. | |
Static Public Member Functions | |
| static DcmtkBase * | createBaseObject (std::string &filename, std::string *errVal=NULL) |
| Factory method to create BaseObjects depending on the dcm type, currently supported are the modalities RTIMAGE, RTDOSE, RTSTRUCT, RTPLAN, and SR. | |
Definition at line 29 of file mlDcmtkBaseObjects.h.
| ml::DcmtkBaseObjects::DcmtkBaseObjects | ( | ) |
Constructor.
| virtual ml::DcmtkBaseObjects::~DcmtkBaseObjects | ( | ) | [virtual] |
Virtual Destructor.
| static DcmtkBase* ml::DcmtkBaseObjects::createBaseObject | ( | std::string & | filename, | |
| std::string * | errVal = NULL | |||
| ) | [static] |
Factory method to create BaseObjects depending on the dcm type, currently supported are the modalities RTIMAGE, RTDOSE, RTSTRUCT, RTPLAN, and SR.
1.5.8