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