MeVisLab Toolbox Reference
DCMTree::Dump Class Reference

#include <DCMTree_Dump.h>

Inheritance diagram for DCMTree::Dump:
DCMTree::Writer

Public Member Functions

 Dump (DictPtr dict)
 ctor More...
 
 ~Dump () override=default
 dtor More...
 
void write (const Const_IOParameterPtr &parameter, MessagePtr towrite) override
 write a dump of the given DCMTree::Tree to a file with the given path/name More...
 
- Public Member Functions inherited from DCMTree::Writer
virtual ~Writer ()
 dtor More...
 

Additional Inherited Members

- Static Public Member Functions inherited from DCMTree::Writer
static WriterPtr create (const Const_DictPtr &dictArg)
 abstract factory create method More...
 
- Protected Member Functions inherited from DCMTree::Writer
virtual WriterPtr createConcrete (const Const_DictPtr &dictArg) const =0
 concrete factory create method of the implementing prototype, called by the abstract one More...
 
Const_DictPtr dict () const
 
 Writer ()
 ctor - without parameter for prototype More...
 
 Writer (Const_DictPtr dictArg)
 ctor More...
 
- Static Protected Member Functions inherited from DCMTree::Writer
static Const_WriterPtr prototype ()
 the current concrete prototype More...
 
static void setPrototype (Const_WriterPtr prototype)
 The concrete prototype is set by the implementing DLL. More...
 

Detailed Description

Definition at line 39 of file DCMTree_Dump.h.

Constructor & Destructor Documentation

◆ Dump()

DCMTree::Dump::Dump ( DictPtr  dict)

ctor

◆ ~Dump()

DCMTree::Dump::~Dump ( )
overridedefault

dtor

Member Function Documentation

◆ write()

void DCMTree::Dump::write ( const Const_IOParameterPtr parameter,
MessagePtr  towrite 
)
overridevirtual

write a dump of the given DCMTree::Tree to a file with the given path/name

Implements DCMTree::Writer.


The documentation for this class was generated from the following file: