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