Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the MMFF94OutOfPlaneBendingInteractionParameterizer instance. | |
None | __init__ (MMFF94OutOfPlaneBendingInteractionParameterizer parameterizer) |
Initializes a copy of the MMFF94OutOfPlaneBendingInteractionParameterizer instance parameterizer. More... | |
None | __init__ (Chem.MolecularGraph molgraph, MMFF94OutOfPlaneBendingInteractionList ia_list, bool strict) |
Initializes the MMFF94OutOfPlaneBendingInteractionParameterizer instance. More... | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
None | setFilterFunction (InteractionFilterFunction4 func) |
None | setAtomTypeFunction (MMFF94NumericAtomTypeFunction func) |
None | setOutOfPlaneBendingParameterTable (MMFF94OutOfPlaneBendingParameterTable table) |
None | setAtomTypePropertyTable (MMFF94AtomTypePropertyTable table) |
None | setParameterAtomTypeMap (MMFF94PrimaryToParameterAtomTypeMap map) |
MMFF94OutOfPlaneBendingInteractionParameterizer | assign (MMFF94OutOfPlaneBendingInteractionParameterizer parameterizer) |
Replaces the current state of self with a copy of the state of the MMFF94OutOfPlaneBendingInteractionParameterizer instance parameterizer. More... | |
None | parameterize (Chem.MolecularGraph molgraph, MMFF94OutOfPlaneBendingInteractionList ia_list, bool strict) |
Properties | |
objectID = property(getObjectID) | |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.__init__ | ( | MMFF94OutOfPlaneBendingInteractionParameterizer | parameterizer | ) |
Initializes a copy of the MMFF94OutOfPlaneBendingInteractionParameterizer instance parameterizer.
parameterizer | The MMFF94OutOfPlaneBendingInteractionParameterizer instance to copy. |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.__init__ | ( | Chem.MolecularGraph | molgraph, |
MMFF94OutOfPlaneBendingInteractionList | ia_list, | ||
bool | strict | ||
) |
Initializes the MMFF94OutOfPlaneBendingInteractionParameterizer instance.
molgraph | |
ia_list | |
strict |
int CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python MMFF94OutOfPlaneBendingInteractionParameterizer 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 MMFF94OutOfPlaneBendingInteractionParameterizer 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()
.
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.setFilterFunction | ( | InteractionFilterFunction4 | func | ) |
func |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.setAtomTypeFunction | ( | MMFF94NumericAtomTypeFunction | func | ) |
func |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.setOutOfPlaneBendingParameterTable | ( | MMFF94OutOfPlaneBendingParameterTable | table | ) |
table |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.setAtomTypePropertyTable | ( | MMFF94AtomTypePropertyTable | table | ) |
table |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.setParameterAtomTypeMap | ( | MMFF94PrimaryToParameterAtomTypeMap | map | ) |
map |
MMFF94OutOfPlaneBendingInteractionParameterizer CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.assign | ( | MMFF94OutOfPlaneBendingInteractionParameterizer | parameterizer | ) |
Replaces the current state of self with a copy of the state of the MMFF94OutOfPlaneBendingInteractionParameterizer instance parameterizer.
parameterizer | The MMFF94OutOfPlaneBendingInteractionParameterizer instance to copy. |
None CDPL.ForceField.MMFF94OutOfPlaneBendingInteractionParameterizer.parameterize | ( | Chem.MolecularGraph | molgraph, |
MMFF94OutOfPlaneBendingInteractionList | ia_list, | ||
bool | strict | ||
) |
molgraph | |
ia_list | |
strict |