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
 
 ~Dump () override=default
 dtor
 
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
 
- 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.
 

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: