![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.ConfGen.TorsionDriver:Properties | |
| objectID = property(getObjectID) | |
| numConformers = property(getNumConformers) | |
| settings = property(getSettings) | |
| abortCallback = property(getAbortCallback, setAbortCallback) | |
| timeoutCallback = property(getTimeoutCallback, setTimeoutCallback) | |
| logMessageCallback = property(getLogMessageCallback, setLogMessageCallback) | |
| int CDPL.ConfGen.TorsionDriver.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python TorsionDriver 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 TorsionDriver 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().
| TorsionDriverSettings CDPL.ConfGen.TorsionDriver.getSettings | ( | ) |
| None CDPL.ConfGen.TorsionDriver.addTorsionLibrary | ( | TorsionLibrary | lib | ) |
| lib |
| int CDPL.ConfGen.TorsionDriver.setup | ( | Chem.MolecularGraph | molgraph | ) |
| molgraph |
| int CDPL.ConfGen.TorsionDriver.setup | ( | Chem.MolecularGraph | molgraph, |
| Util.BitSet | bond_mask | ||
| ) |
| molgraph | |
| bond_mask |
| None CDPL.ConfGen.TorsionDriver.clearInputCoordinates | ( | int | frag_idx | ) |
| frag_idx |
| None CDPL.ConfGen.TorsionDriver.addInputCoordinates | ( | Math.Vector3DArray | coords | ) |
| coords |
| None CDPL.ConfGen.TorsionDriver.addInputCoordinates | ( | Math.Vector3DArray | coords, |
| int | frag_idx | ||
| ) |
| coords | |
| frag_idx |
| None CDPL.ConfGen.TorsionDriver.addInputCoordinates | ( | ConformerData | conf_data, |
| int | frag_idx | ||
| ) |
| conf_data | |
| frag_idx |
| None CDPL.ConfGen.TorsionDriver.setAbortCallback | ( | CallbackFunction | func | ) |
| func |
| CallbackFunction CDPL.ConfGen.TorsionDriver.getAbortCallback | ( | ) |
| None CDPL.ConfGen.TorsionDriver.setTimeoutCallback | ( | CallbackFunction | func | ) |
| func |
| CallbackFunction CDPL.ConfGen.TorsionDriver.getTimeoutCallback | ( | ) |
| None CDPL.ConfGen.TorsionDriver.setLogMessageCallback | ( | LogMessageCallbackFunction | func | ) |
| func |
| LogMessageCallbackFunction CDPL.ConfGen.TorsionDriver.getLogMessageCallback | ( | ) |
| int CDPL.ConfGen.TorsionDriver.generateConformers | ( | ) |
| int CDPL.ConfGen.TorsionDriver.getNumConformers | ( | ) |
| ConformerData CDPL.ConfGen.TorsionDriver.getConformer | ( | int | conf_idx | ) |
| conf_idx |
| ConformerData CDPL.ConfGen.TorsionDriver.__getitem__ | ( | int | conf_idx | ) |
| conf_idx |