|
|
None | __init__ () |
| | Initializes the GRAILDataSetGenerator instance.
|
| |
| None | __init__ (GRAILDataSetGenerator gen) |
| | Initializes a copy of the GRAILDataSetGenerator instance gen. More...
|
| |
| int | getObjectID () |
| | Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
|
| |
| GRAILDataSetGenerator | assign (GRAILDataSetGenerator gen) |
| | Replaces the current state of self with a copy of the state of the GRAILDataSetGenerator instance gen. More...
|
| |
| None | setScoringFunction (int ftr_type, int tgt_ftr_type, DoubleVector3DFeatureFunctor func) |
| |
| None | removeScoringFunction (int ftr_type, int tgt_ftr_type) |
| |
| DoubleVector3DFeatureFunctor | getScoringFunction (int ftr_type, int tgt_ftr_type) |
| |
| None | setGridName (int ftr_type, int tgt_ftr_type, str name) |
| |
| None | removeGridName (int ftr_type, int tgt_ftr_type) |
| |
| str | getGridName (int ftr_type, int tgt_ftr_type) |
| |
| None | enableInteraction (int ftr_type, int tgt_ftr_type, bool enable) |
| |
| bool | isInteractionEnabled (int ftr_type, int tgt_ftr_type) |
| |
| bool | clearEnabledInteractions (int arg2, int self) |
| |
| None | setScoreCombinationFunction (Math.DoubleDVectorFunctor func) |
| |
| Math.DoubleDVectorFunctor | getScoreCombinationFunction () |
| |
| None | normalizeScores (bool normalize) |
| |
| bool | scoresNormalized () |
| |
| None | diminishScoresByAtomDensity (bool diminish) |
| |
| bool | scoresDiminishedByAtomDensity () |
| |
| None | storeEnvironmentAtomDensityGrid (bool store) |
| |
| bool | environmentAtomDensityGridStored () |
| |
| None | setEnvironmentAtomDensityGridName () |
| |
| str | getEnvironmentAtomDensityGridName () |
| |
| float | getGridStepSize () |
| |
| None | setGridStepSize (float size) |
| |
| int | getGridXSize () |
| |
| None | setGridXSize (int size) |
| |
| int | getGridYSize () |
| |
| None | setGridYSize (int size) |
| |
| int | getGridZSize () |
| |
| None | setGridZSize (int size) |
| |
| Math.Matrix4D | getGridTransform () |
| |
| None | setGridTransform (Math.Matrix4D xform) |
| |
| None | setGridParamsForBoundingBox (Math.Vector3D bbox_min, Math.Vector3D bbox_max, float step_size=0.5) |
| |
| Pharm.DefaultPharmacophoreGenerator | getPharmacophoreGenerator () |
| |
| None | setPharmacophoreProcessingFunction (VoidPharmacophoreFunctor func) |
| |
| VoidPharmacophoreFunctor | getPharmacophoreProcessingFunction () |
| |
| None | calcInteractionGrids (Chem.MolecularGraph tgt_env, Chem.Atom3DCoordinatesFunction coords_func, Grid.DRegularGridSet grid_set, bool append=False) |
| |
| Grid.DRegularGrid | calcAtomDensityGrid (Chem.AtomContainer atoms, Chem.Atom3DCoordinatesFunction coords_func, str grid_name) |
| |
|
|
| objectID = property(getObjectID) |
| |
|
| normalizedScores = property(scoresNormalized, normalizeScores) |
| |
|
| scoreCombinationFunction = property(getScoreCombinationFunction, setScoreCombinationFunction) |
| |
|
| pharmProcessingFunction = property(getPharmacophoreProcessingFunction, setPharmacophoreProcessingFunction) |
| |
|
| gridStepSize = property(getGridStepSize, setGridStepSize) |
| |
|
| gridXSize = property(getGridXSize, setGridXSize) |
| |
|
| gridYSize = property(getGridYSize, setGridYSize) |
| |
|
| gridZSize = property(getGridZSize, setGridZSize) |
| |
|
| gridTransform = property(getGridTransform, setGridTransform) |
| |
|
| pharmGenerator = property(getPharmacophoreGenerator) |
| |
|
| dimScoresByAtomDensity = property(scoresDiminishedByAtomDensity, diminishScoresByAtomDensity) |
| |
|
| storeEnvAtomDensityGrid = property(environmentAtomDensityGridStored, storeEnvironmentAtomDensityGrid) |
| |
|
| envAtomDensityGridName = property(getEnvironmentAtomDensityGridName, setEnvironmentAtomDensityGridName) |
| |