36 typedef void (*
MYRUN)(
int nbin,
int nbout,
52 CppNode(
const std::string &name);
54 virtual void execute();
55 virtual ServiceNode* createNode(
const std::string& name);
56 CppNode* cloneNode(
const std::string& name);
58 void setCode(
const std::string & componentName,
const std::string & service);
59 void setFunc(
MYRUN fonc);
61 static const char IMPL_NAME[];
62 static const char KIND[];
#define YACSRUNTIMESALOME_EXPORT
: Interface for management of storage of data formated dynamically in its TypeCode....
Base class for all composed nodes.
Class for C++ Nodes (in process component)
std::string _componentName
std::string getKind() const
Return the service node kind.
Base class for all nodes.
Class for calculation node associated with a component service.
void(* MYRUN)(int nbin, int nbout, YACS::ENGINE::Any **in, YACS::ENGINE::Any **out)