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