|
MITK-IGT
IGT Extension of MITK
|
Documentation for a class. More...
Public Member Functions | |
| __init__ (self) | |
| The constructor. | |
| PyMethod (self) | |
| Documentation for a method. | |
Static Public Attributes | |
| int | classVar = 0; |
| A class variable. | |
Protected Attributes | |
| int | _memVar = 0; |
| a member variable | |
| pyexample.PyClass.__init__ | ( | self | ) |
The constructor.
Definition at line 18 of file pyexample.py.
| pyexample.PyClass.PyMethod | ( | self | ) |
Documentation for a method.
| self | The object pointer. |
Definition at line 23 of file pyexample.py.
|
protected |
a member variable
Definition at line 19 of file pyexample.py.
|
static |
A class variable.
Definition at line 27 of file pyexample.py.