![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Chem.DoubleAtom2UInt2Functor:Public Member Functions | |
| None | __init__ () |
| Initializes the DoubleAtom2UInt2Functor instance. | |
| None | __init__ (DoubleAtom2UInt2Functor func) |
| Initializes a copy of the DoubleAtom2UInt2Functor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the DoubleAtom2UInt2Functor instance. More... | |
| float | __call__ (Atom arg1, Atom arg2, int arg3, int arg4) |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Chem.DoubleAtom2UInt2Functor.__init__ | ( | DoubleAtom2UInt2Functor | func | ) |
Initializes a copy of the DoubleAtom2UInt2Functor instance func.
| func | The DoubleAtom2UInt2Functor instance to copy. |
| None CDPL.Chem.DoubleAtom2UInt2Functor.__init__ | ( | object | callable | ) |
Initializes the DoubleAtom2UInt2Functor instance.
| callable |
| arg1 | |
| arg2 | |
| arg3 | |
| arg4 |
| bool CDPL.Chem.DoubleAtom2UInt2Functor.__bool__ | ( | ) |
| bool CDPL.Chem.DoubleAtom2UInt2Functor.__nonzero__ | ( | ) |