Chemical Data Processing Library Python API - Version 1.1.1
|
Public Member Functions | |
None | __init__ () |
Initializes the TorsionDriverSettings instance. | |
None | __init__ (TorsionDriverSettings settings) |
Initializes a copy of the TorsionDriverSettings instance settings. More... | |
int | getObjectID () |
Returns the numeric identifier (ID) of the wrapped C++ class instance. More... | |
TorsionDriverSettings | assign (TorsionDriverSettings settings) |
Replaces the current state of self with a copy of the state of the TorsionDriverSettings instance settings. More... | |
None | sampleHeteroAtomHydrogens (bool sample) |
bool | sampleHeteroAtomHydrogens () |
None | sampleAngleToleranceRanges (bool sample) |
bool | sampleAngleToleranceRanges () |
None | orderByEnergy (bool order) |
bool | orderByEnergy () |
None | setEnergyWindow (float win_size) |
float | getEnergyWindow () |
None | setMaxPoolSize (int max_size) |
int | getMaxPoolSize () |
None | setForceFieldType (int type) |
int | getForceFieldType () |
None | strictForceFieldParameterization (bool strict) |
bool | strictForceFieldParameterization () |
None | setDielectricConstant (float de_const) |
float | getDielectricConstant () |
None | setDistanceExponent (float dist_expo) |
float | getDistanceExponent () |
Static Public Attributes | |
DEFAULT = _HIDDEN_VALUE_ | |
Properties | |
objectID = property(getObjectID) | |
sampleHetAtomHydrogens = property(sampleHeteroAtomHydrogens, sampleHeteroAtomHydrogens) | |
sampleAngleTolRanges = property(sampleAngleToleranceRanges, sampleAngleToleranceRanges) | |
forceFieldType = property(getForceFieldType, setForceFieldType) | |
strictForceFieldParam = property(strictForceFieldParameterization, strictForceFieldParameterization) | |
dielectricConstant = property(getDielectricConstant, setDielectricConstant) | |
distanceExponent = property(getDistanceExponent, setDistanceExponent) | |
energyOrdered = property(orderByEnergy, orderByEnergy) | |
energyWindow = property(getEnergyWindow, setEnergyWindow) | |
maxPoolSize = property(getMaxPoolSize, setMaxPoolSize) | |
None CDPL.ConfGen.TorsionDriverSettings.__init__ | ( | TorsionDriverSettings | settings | ) |
Initializes a copy of the TorsionDriverSettings instance settings.
settings | The TorsionDriverSettings instance to copy. |
int CDPL.ConfGen.TorsionDriverSettings.getObjectID | ( | ) |
Returns the numeric identifier (ID) of the wrapped C++ class instance.
Different Python TorsionDriverSettings 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 TorsionDriverSettings 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.TorsionDriverSettings.assign | ( | TorsionDriverSettings | settings | ) |
Replaces the current state of self with a copy of the state of the TorsionDriverSettings instance settings.
settings | The TorsionDriverSettings instance to copy. |
None CDPL.ConfGen.TorsionDriverSettings.sampleHeteroAtomHydrogens | ( | bool | sample | ) |
sample |
bool CDPL.ConfGen.TorsionDriverSettings.sampleHeteroAtomHydrogens | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.sampleAngleToleranceRanges | ( | bool | sample | ) |
sample |
bool CDPL.ConfGen.TorsionDriverSettings.sampleAngleToleranceRanges | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.orderByEnergy | ( | bool | order | ) |
order |
bool CDPL.ConfGen.TorsionDriverSettings.orderByEnergy | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.setEnergyWindow | ( | float | win_size | ) |
win_size |
float CDPL.ConfGen.TorsionDriverSettings.getEnergyWindow | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.setMaxPoolSize | ( | int | max_size | ) |
max_size |
int CDPL.ConfGen.TorsionDriverSettings.getMaxPoolSize | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.setForceFieldType | ( | int | type | ) |
type |
int CDPL.ConfGen.TorsionDriverSettings.getForceFieldType | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.strictForceFieldParameterization | ( | bool | strict | ) |
strict |
bool CDPL.ConfGen.TorsionDriverSettings.strictForceFieldParameterization | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.setDielectricConstant | ( | float | de_const | ) |
de_const |
float CDPL.ConfGen.TorsionDriverSettings.getDielectricConstant | ( | ) |
None CDPL.ConfGen.TorsionDriverSettings.setDistanceExponent | ( | float | dist_expo | ) |
dist_expo |
float CDPL.ConfGen.TorsionDriverSettings.getDistanceExponent | ( | ) |