Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the DoubleVector2DArrayFunctor instance. | |
None | __init__ (DoubleVector2DArrayFunctor func) |
Initializes a copy of the DoubleVector2DArrayFunctor instance func. More... | |
None | __init__ (object callable) |
Initializes the DoubleVector2DArrayFunctor instance. More... | |
float | __call__ (Vector2DArray arg1) |
bool | __bool__ () |
bool | __nonzero__ () |
None CDPL.Math.DoubleVector2DArrayFunctor.__init__ | ( | DoubleVector2DArrayFunctor | func | ) |
Initializes a copy of the DoubleVector2DArrayFunctor instance func.
func | The DoubleVector2DArrayFunctor instance to copy. |
None CDPL.Math.DoubleVector2DArrayFunctor.__init__ | ( | object | callable | ) |
Initializes the DoubleVector2DArrayFunctor instance.
callable |
float CDPL.Math.DoubleVector2DArrayFunctor.__call__ | ( | Vector2DArray | arg1 | ) |
arg1 |
bool CDPL.Math.DoubleVector2DArrayFunctor.__bool__ | ( | ) |
bool CDPL.Math.DoubleVector2DArrayFunctor.__nonzero__ | ( | ) |