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