SALOME documentation central

Engines::PyNode Interface Reference

Inheritance diagram for Engines::PyNode:

Public Member Functions

pickledArgs execute (in string functionName, in pickledArgs inargs) raises (SALOME::SALOME_Exception)
 execute a python function defined in the node
void Register ()
 Increase the reference count (mark as used by another object).
void Destroy ()
 Decrease the reference count (release by another object).

Member Function Documentation

pickledArgs Engines::PyNode::execute ( in string  functionName,
in pickledArgs  inargs 
) raises (SALOME::SALOME_Exception)

execute a python function defined in the node

Parameters:
functionNamethe python function defined in the node to execute
inargsinput argument values provided as a python pickle
Returns:
output argument values as a python pickle
void SALOME::GenericObj::Register ( ) [inherited]

Increase the reference count (mark as used by another object).

void SALOME::GenericObj::Destroy ( ) [inherited]

Decrease the reference count (release by another object).