Salome HOME
Imported using TkCVS
[samples/datafiles.git] / Superv / Python / GraphSIGFPEPython.py
1
2 # Generated python file of Graph SIGFPEPython
3
4 from SuperV import *
5
6 # Graph creation of SIGFPEPython
7 def DefSIGFPEPython() :
8     SIGFPEPython = Graph( 'SIGFPEPython' )
9     SIGFPEPython.SetName( 'SIGFPEPython' )
10     SIGFPEPython.SetAuthor( 'JR' )
11     SIGFPEPython.SetComment( '' )
12     SIGFPEPython.Coords( 0 , 0 )
13     
14     # Creation of Factory Nodes
15     
16     # Creation of InLine Nodes
17     PySIGFPEPython = []
18     PySIGFPEPython.append( 'def SIGFPEPython() :   ' )
19     PySIGFPEPython.append( '    import libSIGNALSComponent_Swig  ' )
20     PySIGFPEPython.append( '    s = libSIGNALSComponent_Swig.SIGNALSComponentEngine()     ' )
21     PySIGFPEPython.append( '    s.SIGFPEfunc(1,0)     ' )
22     PySIGFPEPython.append( '  ' )
23     SIGFPEPython = SIGFPEPython.INode( 'SIGFPEPython' , PySIGFPEPython )
24     SIGFPEPython.SetName( 'SIGFPEPython' )
25     SIGFPEPython.SetAuthor( '' )
26     SIGFPEPython.SetComment( 'Compute Node' )
27     SIGFPEPython.Coords( 118 , 159 )
28     ISIGFPEPythonGate = SIGFPEPython.GetInPort( 'Gate' )
29     OSIGFPEPythonGate = SIGFPEPython.GetOutPort( 'Gate' )
30     
31     # Output Ports of the graph
32     return SIGFPEPython
33
34
35 SIGFPEPython = DefSIGFPEPython()