#define MLDICOM_TREE_IMAGE_PROPERTY_EXTENSION_EXPORT
Global and OS specific declarations for the MLDicomTreeImagePropertyExtension project.
The DicomTree class can be used to transport a DCMTree::Const_TreePtr as a ml::RefCountedBase object.
void setTree(const DCMTree::Const_TreePtr &tree)
This method is intentionally protected, it is only here to be used in FME RT modules,...
DCMTree::Const_TreePtr getTree() const
Get the tree pointer.
DicomTree(const DCMTree::Const_TreePtr &tree)
wraps the given DCMTree::Const_TreePtr
RefCountedBase class adds intrusive reference counting support to the Base class.
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< const Tree > Const_TreePtr
Main documentation file for ML users and developers.