| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
ConnectionDecisionPredicate --+
|
PyConnectionDecisionPredicate
Help on PyConnectionDecisionPredicate [class]: Interface for ConnectionDecisionPredicate which allows to implement ConnectionDecisionPredicate's directly in python
The reason why this class exists is a performance issue: If one would set up the python interface such that one could directly base python classes directly on ConnectionDecisionPredicate C++ classes based on ConnectionDecisionPredicate instatiated in python will have a lot of overhead when ConnectionDecisionPredicate::decide is called. Since this method is called in the inner loop of (virtual any) wiring algorithm this is not feasable.
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 16
|
|||
|
|||
|
Inherited from |
|||
|
|||
Raises an exception This class cannot be instantiated from Python
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 19 19:45:26 2008 | http://epydoc.sourceforge.net |