![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer:Public Member Functions | |
| None | __init__ () |
| Initializes the MMFF94BondStretchingInteractionParameterizer instance. | |
| None | __init__ (MMFF94BondStretchingInteractionParameterizer parameterizer) |
| Initializes a copy of the MMFF94BondStretchingInteractionParameterizer instance parameterizer. More... | |
| None | __init__ (Chem.MolecularGraph molgraph, MMFF94BondStretchingInteractionList ia_list, bool strict) |
| Initializes the MMFF94BondStretchingInteractionParameterizer instance. More... | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| None | setFilterFunction (InteractionFilterFunction2 func) |
| None | setAtomTypeFunction (MMFF94NumericAtomTypeFunction func) |
| None | setBondTypeIndexFunction (MMFF94BondTypeIndexFunction func) |
| None | setAromaticRingSetFunction (MMFF94RingSetFunction func) |
| None | setBondStretchingParameterTable (MMFF94BondStretchingParameterTable table) |
| None | setBondStretchingRuleParameterTable (MMFF94BondStretchingRuleParameterTable table) |
| None | setAtomTypePropertyTable (MMFF94AtomTypePropertyTable table) |
| MMFF94BondStretchingInteractionParameterizer | assign (MMFF94BondStretchingInteractionParameterizer parameterizer) |
Replaces the current state of self with a copy of the state of the MMFF94BondStretchingInteractionParameterizer instance parameterizer. More... | |
| None | parameterize (Chem.MolecularGraph molgraph, MMFF94BondStretchingInteractionList ia_list, bool strict) |
Properties | |
| objectID = property(getObjectID) | |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.__init__ | ( | MMFF94BondStretchingInteractionParameterizer | parameterizer | ) |
Initializes a copy of the MMFF94BondStretchingInteractionParameterizer instance parameterizer.
| parameterizer | The MMFF94BondStretchingInteractionParameterizer instance to copy. |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.__init__ | ( | Chem.MolecularGraph | molgraph, |
| MMFF94BondStretchingInteractionList | ia_list, | ||
| bool | strict | ||
| ) |
Initializes the MMFF94BondStretchingInteractionParameterizer instance.
| molgraph | |
| ia_list | |
| strict |
| int CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python MMFF94BondStretchingInteractionParameterizer instances may reference the same underlying C++ class instance. The commonly used Python expression a is not b thus cannot tell reliably whether the two MMFF94BondStretchingInteractionParameterizer instances a and b reference different C++ objects. The numeric identifier returned by this method allows to correctly implement such an identity test via the simple expression a.getObjectID() != b.getObjectID().
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setFilterFunction | ( | InteractionFilterFunction2 | func | ) |
| func |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setAtomTypeFunction | ( | MMFF94NumericAtomTypeFunction | func | ) |
| func |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setBondTypeIndexFunction | ( | MMFF94BondTypeIndexFunction | func | ) |
| func |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setAromaticRingSetFunction | ( | MMFF94RingSetFunction | func | ) |
| func |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setBondStretchingParameterTable | ( | MMFF94BondStretchingParameterTable | table | ) |
| table |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setBondStretchingRuleParameterTable | ( | MMFF94BondStretchingRuleParameterTable | table | ) |
| table |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.setAtomTypePropertyTable | ( | MMFF94AtomTypePropertyTable | table | ) |
| table |
| MMFF94BondStretchingInteractionParameterizer CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.assign | ( | MMFF94BondStretchingInteractionParameterizer | parameterizer | ) |
Replaces the current state of self with a copy of the state of the MMFF94BondStretchingInteractionParameterizer instance parameterizer.
| parameterizer | The MMFF94BondStretchingInteractionParameterizer instance to copy. |
| None CDPL.ForceField.MMFF94BondStretchingInteractionParameterizer.parameterize | ( | Chem.MolecularGraph | molgraph, |
| MMFF94BondStretchingInteractionList | ia_list, | ||
| bool | strict | ||
| ) |
| molgraph | |
| ia_list | |
| strict |