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