![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Generic wrapper class used to store a user-defined MMFF94 partial atom charge retrieval function. More...
Inheritance diagram for CDPL.ForceField.MMFF94AtomChargeFunction:Public Member Functions | |
| None | __init__ () |
Initializes the MMFF94AtomChargeFunction instance. | |
| None | __init__ (MMFF94AtomChargeFunction func) |
Initializes a copy of the MMFF94AtomChargeFunction instance func. More... | |
| None | __init__ (object callable) |
Initializes the MMFF94AtomChargeFunction instance. More... | |
| float | __call__ (Chem.Atom arg1) |
| bool | __bool__ () |
| bool | __nonzero__ () |
Generic wrapper class used to store a user-defined MMFF94 partial atom charge retrieval function.
| None CDPL.ForceField.MMFF94AtomChargeFunction.__init__ | ( | MMFF94AtomChargeFunction | func | ) |
Initializes a copy of the MMFF94AtomChargeFunction instance func.
| func | The MMFF94AtomChargeFunction instance to copy. |
| None CDPL.ForceField.MMFF94AtomChargeFunction.__init__ | ( | object | callable | ) |
Initializes the MMFF94AtomChargeFunction instance.
| callable |