24 #ifndef CPN_NODEFACTORY_H
25 #define CPN_NODEFACTORY_H
52 virtual shared_ptr<NodeBase> Create(
Kernel &ker,
const NodeAttr &attr) = 0;
58 const std::string &
GetName(
void)
const {
return name; }
const std::string & GetName(void) const
The node factory provides a method for the kernel to create arbitrary user defined Nodes...