MeVisLab Toolbox Reference
|
#include <DCMTree_Writer.h>
Public Member Functions | |
virtual | ~Writer () |
Destructor. | |
virtual void | write (const Const_IOParameterPtr ¶meter, MessagePtr towrite)=0 |
Static Public Member Functions | |
static WriterPtr | create (const Const_DictPtr &dictArg) |
Abstract factory create method. | |
Protected Member Functions | |
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 | |
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 32 of file DCMTree_Writer.h.
|
virtual |
Destructor.
|
protected |
Constructor without parameter for prototype.
|
protected |
Constructor.
|
static |
Abstract factory create method.
dictArg | The dictionary |
|
protectedpure virtual |
Concrete factory create method of the implementing prototype, called by the abstract one.
dictArg | The dictionary |
|
protected |
|
staticprotected |
The current concrete prototype.
|
staticprotected |
The concrete prototype is set by the implementing DLL.
|
pure virtual |
Implemented in DCMTree::Dump.