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