MITK-IGT
IGT Extension of MITK
Loading...
Searching...
No Matches
pyexample.PyClass Class Reference

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
 

Detailed Description

Documentation for a class.

More details.

Definition at line 15 of file pyexample.py.

Constructor & Destructor Documentation

◆ __init__()

pyexample.PyClass.__init__ ( self)

The constructor.

Definition at line 18 of file pyexample.py.

Member Function Documentation

◆ PyMethod()

pyexample.PyClass.PyMethod ( self)

Documentation for a method.

Parameters
selfThe object pointer.

Definition at line 23 of file pyexample.py.

Member Data Documentation

◆ _memVar

int pyexample.PyClass._memVar = 0;
protected

a member variable

Definition at line 19 of file pyexample.py.

◆ classVar

int pyexample.PyClass.classVar = 0;
static

A class variable.

Definition at line 27 of file pyexample.py.


The documentation for this class was generated from the following file: