13#ifndef DCM_TREE_DUMP_H 
   14#define DCM_TREE_DUMP_H 
   45        static std::string indentstr (
unsigned int level);
 
   50        void Write (std::ostream &stream,
TreePtr towrite,
unsigned indent);
 
 
~Dump() override=default
Destructor.
 
Dump(DictPtr dict)
Constructor.
 
void write(const Const_IOParameterPtr ¶meter, MessagePtr towrite) override
Writes a dump of the given DCMTree::Tree to a file with the given path/name.
 
Class to dump a DCMTree DICOM message into a human-readable file.
 
boost::shared_ptr< Message > MessagePtr
 
boost::shared_ptr< const IOParameter > Const_IOParameterPtr
 
boost::shared_ptr< Tree > TreePtr
Shared pointer to a DCMTree::Tree.
 
boost::shared_ptr< Dict > DictPtr
Shared pointer to a DCMTree::Dict.