ChimeraTK-ApplicationCore
04.01.00
|
Public Member Functions | |
def | __init__ (self, owner, name, description) |
def | mainLoop (self) |
Public Attributes | |
myOutput | |
myInput | |
Definition at line 15 of file testPythonSimpleApp.py.
def testPythonSimpleApp.MyMod.__init__ | ( | self, | |
owner, | |||
name, | |||
description | |||
) |
Definition at line 17 of file testPythonSimpleApp.py.
def testPythonSimpleApp.MyMod.mainLoop | ( | self | ) |
Definition at line 23 of file testPythonSimpleApp.py.
testPythonSimpleApp.MyMod.myInput |
Definition at line 21 of file testPythonSimpleApp.py.
testPythonSimpleApp.MyMod.myOutput |
Definition at line 20 of file testPythonSimpleApp.py.