MeVisLab Toolbox Reference
DCMTree::Dump Class Reference

#include <DCMTree_Dump.h>

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

Public Member Functions

 Dump (DictPtr dict)
 Constructor.
 
 ~Dump () override=default
 Destructor.
 
void write (const Const_IOParameterPtr &parameter, 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.
 

Detailed Description

Definition at line 27 of file DCMTree_Dump.h.

Constructor & Destructor Documentation

◆ Dump()

DCMTree::Dump::Dump ( DictPtr dict)

Constructor.

◆ ~Dump()

DCMTree::Dump::~Dump ( )
overridedefault

Destructor.

Member Function Documentation

◆ write()

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

Writes 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: