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