#define MLDICOM_TREE_IMAGE_PROPERTY_EXTENSION_EXPORT
The DicomTree class can be used to transport a DCMTree::Const_TreePtr as a ml::RefCountedBase object.
The DicomTree class can be used to transport a DCMTree::Const_TreePtr as an ml::RefCountedBase object...
DCMTree::TreePtr getMutableTree() const
Returns the tree pointer.
MutableDicomTree(const DCMTree::TreePtr &tree)
Wraps the given DCMTree::TreePtr.
void setMutableTree(const DCMTree::TreePtr &tree)
This method is intentionally protected, it is only here to be used in FME RT modules that need to set...
~MutableDicomTree() override
Target mlrange_cast(Source arg)
Generic version of checked ML casts.
#define ML_REFCOUNTED_PTR(CLASSNAME)
Macro that defines convenience Ptr/ConstPtr typedefs to be used instead of intrusive_ptr templates.
#define ML_CLASS_HEADER(className)
Same like ML_CLASS_HEADER_EXPORTED with a non-existing export symbol.
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.