![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Descr.DoubleLVector2Functor:Public Member Functions | |
| None | __init__ () |
| Initializes the DoubleLVector2Functor instance. | |
| None | __init__ (DoubleLVector2Functor func) |
| Initializes a copy of the DoubleLVector2Functor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the DoubleLVector2Functor instance. More... | |
| float | __call__ (Math.LVector arg1, Math.LVector arg2) |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Descr.DoubleLVector2Functor.__init__ | ( | DoubleLVector2Functor | func | ) |
Initializes a copy of the DoubleLVector2Functor instance func.
| func | The DoubleLVector2Functor instance to copy. |
| None CDPL.Descr.DoubleLVector2Functor.__init__ | ( | object | callable | ) |
Initializes the DoubleLVector2Functor instance.
| callable |
| float CDPL.Descr.DoubleLVector2Functor.__call__ | ( | Math.LVector | arg1, |
| Math.LVector | arg2 | ||
| ) |
| arg1 | |
| arg2 |
| bool CDPL.Descr.DoubleLVector2Functor.__bool__ | ( | ) |
| bool CDPL.Descr.DoubleLVector2Functor.__nonzero__ | ( | ) |