![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Inheritance diagram for CDPL.Chem.DoubleVector3D2AtomFunctor: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 |