![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.ForceField.MMFF94AngleBendingInteractionList:Public Member Functions | |
| None | __init__ () |
| Initializes the MMFF94AngleBendingInteractionList instance. | |
| None | __init__ (MMFF94AngleBendingInteractionList ia_list) |
| Initializes a copy of the MMFF94AngleBendingInteractionList instance ia_list. More... | |
| int | getObjectID () |
| Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
| int | getSize () |
| bool | isEmpty () |
| None | resize (int num_elem, MMFF94AngleBendingInteraction value) |
| None | reserve (int num_elem) |
| int | getCapacity () |
| None | clear () |
| MMFF94AngleBendingInteractionList | assign (MMFF94AngleBendingInteractionList array) |
Replaces the current state of self with a copy of the state of the MMFF94AngleBendingInteractionList instance array. More... | |
| None | assign (int num_elem, MMFF94AngleBendingInteraction value) |
| None | addElement (MMFF94AngleBendingInteraction value) |
| None | addElements (MMFF94AngleBendingInteractionList values) |
| None | insertElement (int idx, MMFF94AngleBendingInteraction value) |
| None | insertElements (int idx, int num_elem, MMFF94AngleBendingInteraction value) |
| None | insertElements (int index, MMFF94AngleBendingInteractionList values) |
| None | popLastElement () |
| None | removeElement (int idx) |
| None | removeElements (int begin_idx, int end_idx) |
| MMFF94AngleBendingInteraction | getFirstElement () |
| MMFF94AngleBendingInteraction | getLastElement () |
| MMFF94AngleBendingInteraction | getElement (int idx) |
| None | setElement (int idx, MMFF94AngleBendingInteraction value) |
| None | __delitem__ (int idx) |
| MMFF94AngleBendingInteraction | __getitem__ (int idx) |
| int | __len__ () |
| None | __setitem__ (int index, MMFF94AngleBendingInteraction value) |
Properties | |
| objectID = property(getObjectID) | |
| size = property(getSize) | |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.__init__ | ( | MMFF94AngleBendingInteractionList | ia_list | ) |
Initializes a copy of the MMFF94AngleBendingInteractionList instance ia_list.
| ia_list | The MMFF94AngleBendingInteractionList instance to copy. |
| int CDPL.ForceField.MMFF94AngleBendingInteractionList.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python MMFF94AngleBendingInteractionList 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 MMFF94AngleBendingInteractionList 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().
| int CDPL.ForceField.MMFF94AngleBendingInteractionList.getSize | ( | ) |
| bool CDPL.ForceField.MMFF94AngleBendingInteractionList.isEmpty | ( | ) |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.resize | ( | int | num_elem, |
| MMFF94AngleBendingInteraction | value | ||
| ) |
| num_elem | |
| value |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.reserve | ( | int | num_elem | ) |
| num_elem |
| int CDPL.ForceField.MMFF94AngleBendingInteractionList.getCapacity | ( | ) |
| MMFF94AngleBendingInteractionList CDPL.ForceField.MMFF94AngleBendingInteractionList.assign | ( | MMFF94AngleBendingInteractionList | array | ) |
Replaces the current state of self with a copy of the state of the MMFF94AngleBendingInteractionList instance array.
| array | The MMFF94AngleBendingInteractionList instance to copy. |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.assign | ( | int | num_elem, |
| MMFF94AngleBendingInteraction | value | ||
| ) |
| num_elem | |
| value |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.addElement | ( | MMFF94AngleBendingInteraction | value | ) |
| value |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.addElements | ( | MMFF94AngleBendingInteractionList | values | ) |
| values |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.insertElement | ( | int | idx, |
| MMFF94AngleBendingInteraction | value | ||
| ) |
| idx | |
| value |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.insertElements | ( | int | idx, |
| int | num_elem, | ||
| MMFF94AngleBendingInteraction | value | ||
| ) |
| idx | |
| num_elem | |
| value |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.insertElements | ( | int | index, |
| MMFF94AngleBendingInteractionList | values | ||
| ) |
| index | |
| values |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.removeElement | ( | int | idx | ) |
| idx |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.removeElements | ( | int | begin_idx, |
| int | end_idx | ||
| ) |
| begin_idx | |
| end_idx |
| MMFF94AngleBendingInteraction CDPL.ForceField.MMFF94AngleBendingInteractionList.getFirstElement | ( | ) |
| MMFF94AngleBendingInteraction CDPL.ForceField.MMFF94AngleBendingInteractionList.getLastElement | ( | ) |
| MMFF94AngleBendingInteraction CDPL.ForceField.MMFF94AngleBendingInteractionList.getElement | ( | int | idx | ) |
| idx |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.setElement | ( | int | idx, |
| MMFF94AngleBendingInteraction | value | ||
| ) |
| idx | |
| value |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.__delitem__ | ( | int | idx | ) |
| idx |
| MMFF94AngleBendingInteraction CDPL.ForceField.MMFF94AngleBendingInteractionList.__getitem__ | ( | int | idx | ) |
| idx |
| int CDPL.ForceField.MMFF94AngleBendingInteractionList.__len__ | ( | ) |
| None CDPL.ForceField.MMFF94AngleBendingInteractionList.__setitem__ | ( | int | index, |
| MMFF94AngleBendingInteraction | value | ||
| ) |
| index | |
| value |