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