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