20 #ifndef _SALOMEPYTHONNODE_HXX_
21 #define _SALOMEPYTHONNODE_HXX_
Base class for all composed nodes.
Base class for all nodes.
ServiceNode * createNode(const std::string &name)
static const char PLACEMENT_VAR_NAME_IN_INTERP[]
std::string getKind() const
Return the service node kind.
SalomePythonNode * cloneNode(const std::string &name)
Create a new node of same type with a given name.
SalomePythonNode(const SalomePythonNode &other, ComposedNode *father)
virtual void load()
Load the component associated to the node.
Node * simpleClone(ComposedNode *father, bool editionOnly) const
Class for calculation node associated with a component service.