MeVisLab Toolbox Reference
|
#include <DCMTree_Dump.h>
Public Member Functions | |
Dump (DictPtr dict) | |
ctor | |
~Dump () override=default | |
dtor | |
void | write (const Const_IOParameterPtr ¶meter, MessagePtr towrite) override |
write a dump of the given DCMTree::Tree to a file with the given path/name | |
Public Member Functions inherited from DCMTree::Writer | |
virtual | ~Writer () |
dtor | |
Additional Inherited Members | |
Static Public Member Functions inherited from DCMTree::Writer | |
static WriterPtr | create (const Const_DictPtr &dictArg) |
abstract factory create method | |
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 | |
Const_DictPtr | dict () const |
Writer () | |
ctor - without parameter for prototype | |
Writer (Const_DictPtr dictArg) | |
ctor | |
Static Protected Member Functions inherited from DCMTree::Writer | |
static Const_WriterPtr | prototype () |
the current concrete prototype | |
static void | setPrototype (Const_WriterPtr prototype) |
The concrete prototype is set by the implementing DLL. | |
Definition at line 39 of file DCMTree_Dump.h.
DCMTree::Dump::Dump | ( | DictPtr | dict | ) |
ctor
|
overridedefault |
dtor
|
overridevirtual |
write a dump of the given DCMTree::Tree to a file with the given path/name
Implements DCMTree::Writer.