Version: 9.15.0
testCppPluginInvokation.py File Reference

Go to the source code of this file.

Namespaces

 testCppPluginInvokation
 

Variables

 testCppPluginInvokation.r = SALOMERuntime.getSALOMERuntime()
 
 testCppPluginInvokation.p = r.createProc("prTest1")
 
 testCppPluginInvokation.ti = p.createType("int","int")
 
 testCppPluginInvokation.tdi = p.createSequenceTc("seqint","seqint",ti)
 
 testCppPluginInvokation.node0 = r.createScriptNode("Salome","Func0")
 
 testCppPluginInvokation.out0 = node0.edAddOutputPort("o1",tdi)
 
 testCppPluginInvokation.node1 = r.createForEachLoop("ForEachLoop_pyobj1",ti)
 
 testCppPluginInvokation.node2 = r.createScriptNode("Salome","Func1")
 
 testCppPluginInvokation.i1 = node2.edAddInputPort("i1",ti)
 
 testCppPluginInvokation.o2 = node2.edAddOutputPort("o2",ti)
 
 testCppPluginInvokation.ex = pilot.ExecutorSwig()
 
 testCppPluginInvokation.l = loader.YACSLoader()