![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.ForceField.MMFF94DefaultStretchBendParameterTable:Classes | |
| class | Entry |
Public Member Functions | |
| None | __init__ () |
| Initializes the MMFF94DefaultStretchBendParameterTable instance. | |
| None | __init__ (MMFF94DefaultStretchBendParameterTable table) |
| Initializes a copy of the MMFF94DefaultStretchBendParameterTable instance table. More... | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| None | addEntry (int term_atom1_pte_row, int ctr_atom_pte_row, int term_atom2_pte_row, float ijk_force_const, float kji_force_const) |
| bool | removeEntry (int term_atom1_pte_row, int ctr_atom_pte_row, int term_atom2_pte_row) |
| Entry | getEntry (int term_atom1_pte_row, int ctr_atom_pte_row, int term_atom2_pte_row) |
| None | clear () |
| int | getNumEntries () |
| list | getEntries () |
| None | load (Base.IStream is) |
| None | loadDefaults () |
| MMFF94DefaultStretchBendParameterTable | assign (MMFF94DefaultStretchBendParameterTable table) |
Replaces the current state of self with a copy of the state of the MMFF94DefaultStretchBendParameterTable instance table. More... | |
Static Public Member Functions | |
| None | set (MMFF94DefaultStretchBendParameterTable table) |
| MMFF94DefaultStretchBendParameterTable | get () |
Properties | |
| objectID = property(getObjectID) | |
| numEntries = property(getNumEntries) | |
| entries = property(getEntries) | |
| None CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.__init__ | ( | MMFF94DefaultStretchBendParameterTable | table | ) |
Initializes a copy of the MMFF94DefaultStretchBendParameterTable instance table.
| table | The MMFF94DefaultStretchBendParameterTable instance to copy. |
| int CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python MMFF94DefaultStretchBendParameterTable 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 MMFF94DefaultStretchBendParameterTable 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.MMFF94DefaultStretchBendParameterTable.addEntry | ( | int | term_atom1_pte_row, |
| int | ctr_atom_pte_row, | ||
| int | term_atom2_pte_row, | ||
| float | ijk_force_const, | ||
| float | kji_force_const | ||
| ) |
| term_atom1_pte_row | |
| ctr_atom_pte_row | |
| term_atom2_pte_row | |
| ijk_force_const | |
| kji_force_const |
| bool CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.removeEntry | ( | int | term_atom1_pte_row, |
| int | ctr_atom_pte_row, | ||
| int | term_atom2_pte_row | ||
| ) |
| term_atom1_pte_row | |
| ctr_atom_pte_row | |
| term_atom2_pte_row |
| Entry CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.getEntry | ( | int | term_atom1_pte_row, |
| int | ctr_atom_pte_row, | ||
| int | term_atom2_pte_row | ||
| ) |
| term_atom1_pte_row | |
| ctr_atom_pte_row | |
| term_atom2_pte_row |
| int CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.getNumEntries | ( | ) |
| list CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.getEntries | ( | ) |
| None CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.load | ( | Base.IStream | is | ) |
| is |
| MMFF94DefaultStretchBendParameterTable CDPL.ForceField.MMFF94DefaultStretchBendParameterTable.assign | ( | MMFF94DefaultStretchBendParameterTable | table | ) |
Replaces the current state of self with a copy of the state of the MMFF94DefaultStretchBendParameterTable instance table.
| table | The MMFF94DefaultStretchBendParameterTable instance to copy. |
|
static |
| table |
|
static |
| <br> |