MeVisLab Toolbox Reference
|
The toolkit and factory class DcmtkBaseObjects. More...
#include <mlDcmtkBaseObjects.h>
Static Public Member Functions | |
static RTBase * | createBaseObject (const DICOMCachedIOFileHandle &fileHandle, std::string *errVal) |
Factory method to create BaseObjects depending on the dcm type, currently supported are the modalities RTIMAGE, RTDOSE, RTSTRUCT, RTPLAN, and SR. | |
static RTBase * | createBaseObject (DCMTree::TreePtr dicomTreePtr, std::string *errVal) |
static RTBase * | createEmptyBaseObject (std::string modality) |
The toolkit and factory class DcmtkBaseObjects.
Definition at line 36 of file mlDcmtkBaseObjects.h.
|
static |
Factory method to create BaseObjects depending on the dcm type, currently supported are the modalities RTIMAGE, RTDOSE, RTSTRUCT, RTPLAN, and SR.
Factory method to create BaseObjects based on DicomTrees instead of real RTObjects the fileHandle can point to an actual file or to a cached tree in the MLDICOMCachedIOTreeCache singleton
|
static |