SALOME documentation central
idl/SALOME_PyNode.idl
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026 #ifndef _SALOME_PYNODE_IDL_
00027 #define _SALOME_PYNODE_IDL_
00028
00029 #include "SALOME_GenericObj.idl"
00030 #include "SALOME_Exception.idl"
00031
00038 module Engines
00039 {
00040 typedef sequence<octet> pickledArgs;
00041
00042 interface PyNode : SALOME::GenericObj
00043 {
00044
00051 pickledArgs execute(in string functionName,in pickledArgs inargs) raises (SALOME::SALOME_Exception);
00052
00053 } ;
00054
00055 };
00056
00057 #endif
Copyright © 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS