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