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