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