|
MeVisLab Toolbox Reference
|
#include <DCMTree_Dump.h>
Public Member Functions | |
| Dump (DictPtr dict) | |
| Constructor. | |
| ~Dump () override=default | |
| Destructor. | |
| 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. | |
Public Member Functions inherited from DCMTree::Writer | |
| virtual | ~Writer () |
| Destructor. | |
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 () | |
| Constructor without parameter for prototype. | |
| Writer (Const_DictPtr dictArg) | |
| Constructor. | |
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 27 of file DCMTree_Dump.h.
| DCMTree::Dump::Dump | ( | DictPtr | dict | ) |
Constructor.
|
overridedefault |
Destructor.
|
overridevirtual |
Writes a dump of the given DCMTree::Tree to a file with the given path/name.
Implements DCMTree::Writer.