MeVisLab Toolbox Reference
|
#include <DCMTree_Writer.h>
Public Member Functions | |
virtual | ~Writer () |
dtor | |
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 () | |
ctor - without parameter for prototype | |
Writer (Const_DictPtr dictArg) | |
ctor | |
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 45 of file DCMTree_Writer.h.
|
virtual |
dtor
|
protected |
ctor - without parameter for prototype
|
protected |
ctor
|
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.