MeVisLab Toolbox Reference
|
#include <DCMTree_Reader.h>
Public Member Functions | |
virtual | ~Reader () |
dtor | |
virtual MessagePtr | read (const Const_IOParameterPtr ¶meter)=0 |
read a DCMTree::Tree from the file with the given name up to the given tag must be implemented by sub-classes | |
Const_DictPtr | dict () const |
access the Dict | |
Static Public Member Functions | |
static ReaderPtr | create (const Const_DictPtr &dictArg) |
abstract factory create method | |
Protected Member Functions | |
virtual ReaderPtr | createConcrete (const Const_DictPtr &dictArg) const =0 |
concrete factory create method of the implementing prototype, called by the abstract one | |
Reader (Const_DictPtr dictArg) | |
ctor - needs a DCMTree::Dict implementation | |
Reader () | |
ctor - without parameter for prototype | |
Static Protected Member Functions | |
static ReaderPtr | create (const Const_ReaderPtr &prototype, const Const_DictPtr &dictArg) |
abstract factory create method for specified prototype; used for implemeting DCMTreeSyngo::Reader | |
static Const_ReaderPtr | prototype () |
the current concrete prototype | |
static void | setPrototype (Const_ReaderPtr prototype) |
The concrete prototype is set by the implementing DLL. | |
Definition at line 51 of file DCMTree_Reader.h.
|
virtual |
dtor
|
protected |
ctor - needs a DCMTree::Dict implementation
|
protected |
ctor - without parameter for prototype
|
static |
abstract factory create method
dictArg | - the dictionary |
|
staticprotected |
abstract factory create method for specified prototype; used for implemeting DCMTreeSyngo::Reader
prototype | - the prototype for concrete object creation |
dictArg | - the dictionary |
|
protectedpure virtual |
concrete factory create method of the implementing prototype, called by the abstract one
dictArg | - the dictionary |
Const_DictPtr DCMTree::Reader::dict | ( | ) | const |
access the Dict
|
staticprotected |
the current concrete prototype
|
pure virtual |
read a DCMTree::Tree from the file with the given name up to the given tag must be implemented by sub-classes
|
staticprotected |
The concrete prototype is set by the implementing DLL.