Chemical Data Processing Library Python API - Version 1.1.1
|
Classes | |
class | StereoCenterData |
Properties | |
objectID = property(getObjectID) | |
settings = property(getSettings) | |
numAtomStereoCenters = property(getNumAtomStereoCenters) | |
numBondStereoCenters = property(getNumBondStereoCenters) | |
exclHydrogenMask = property(getExcludedHydrogenMask) | |
None CDPL.ConfGen.DGConstraintGenerator.__init__ | ( | DGConstraintGenerator | gen | ) |
Initializes a copy of the DGConstraintGenerator instance gen.
gen | The DGConstraintGenerator instance to copy. |
int CDPL.ConfGen.DGConstraintGenerator.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python DGConstraintGenerator 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 DGConstraintGenerator 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()
.
DGConstraintGenerator CDPL.ConfGen.DGConstraintGenerator.assign | ( | DGConstraintGenerator | gen | ) |
Replaces the current state of self with a copy of the state of the DGConstraintGenerator instance gen.
gen | The DGConstraintGenerator instance to copy. |
Util.BitSet CDPL.ConfGen.DGConstraintGenerator.getExcludedHydrogenMask | ( | ) |
None CDPL.ConfGen.DGConstraintGenerator.setup | ( | Chem.MolecularGraph | molgraph | ) |
molgraph |
None CDPL.ConfGen.DGConstraintGenerator.setup | ( | Chem.MolecularGraph | molgraph, |
ForceField.MMFF94InteractionData | ia_data | ||
) |
molgraph | |
ia_data |
int CDPL.ConfGen.DGConstraintGenerator.getNumAtomStereoCenters | ( | ) |
StereoCenterData CDPL.ConfGen.DGConstraintGenerator.getAtomStereoCenterData | ( | int | idx | ) |
idx |
StereoCenterData CDPL.ConfGen.DGConstraintGenerator.getBondStereoCenterData | ( | int | idx | ) |
idx |
int CDPL.ConfGen.DGConstraintGenerator.getNumBondStereoCenters | ( | ) |
None CDPL.ConfGen.DGConstraintGenerator.addBondLengthConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.addBondAngleConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.add14DistanceConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.addDefaultDistanceConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.addAtomPlanarityConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.addBondPlanarityConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.addAtomConfigurationConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
None CDPL.ConfGen.DGConstraintGenerator.addBondConfigurationConstraints | ( | Util.DG3DCoordinatesGenerator | coords_gen | ) |
coords_gen |
DGConstraintGeneratorSettings CDPL.ConfGen.DGConstraintGenerator.getSettings | ( | ) |