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