![]() |
Chemical Data Processing Library Python API - Version 1.4.0
|
Provides keys for built-in Pharm.Feature properties. More...
Inheritance diagram for CDPL.Pharm.FeatureProperty:Static Public Attributes | |
| TYPE = CDPL.Base.LookupKey('TYPE') | |
| Specifies the type of the pharmacophore feature (see namespace Pharm.FeatureType). More... | |
| GEOMETRY = CDPL.Base.LookupKey('GEOMETRY') | |
| Specifies the geometric shape of the feature (see namespace Pharm.FeatureGeometry). More... | |
| LENGTH = CDPL.Base.LookupKey('LENGTH') | |
| Specifies the length of the feature (for directional features). More... | |
| ORIENTATION = CDPL.Base.LookupKey('ORIENTATION') | |
| Specifies the orientation of the feature in 3D space. More... | |
| TOLERANCE = CDPL.Base.LookupKey('TOLERANCE') | |
| Specifies the positional tolerance of the feature. More... | |
| WEIGHT = CDPL.Base.LookupKey('WEIGHT') | |
| Specifies the weight (relative importance) of the feature. More... | |
| SUBSTRUCTURE = CDPL.Base.LookupKey('SUBSTRUCTURE') | |
| Specifies the chemical substructure the feature was derived from. More... | |
| DISABLED_FLAG = CDPL.Base.LookupKey('DISABLED_FLAG') | |
| Specifies whether the feature is currently disabled (and thus not considered in pharmacophore matching). More... | |
| OPTIONAL_FLAG = CDPL.Base.LookupKey('OPTIONAL_FLAG') | |
| Specifies whether the feature is optional in pharmacophore matching. More... | |
| HYDROPHOBICITY = CDPL.Base.LookupKey('HYDROPHOBICITY') | |
| Specifies the calculated hydrophobicity contribution of the feature. More... | |
| ENVIRONMENT_SUBSTRUCTURE = CDPL.Base.LookupKey('ENVIRONMENT_SUBSTRUCTURE') | |
| Specifies the environment substructure (e.g. More... | |
Provides keys for built-in Pharm.Feature properties.
|
static |
Specifies the type of the pharmacophore feature (see namespace Pharm.FeatureType).
Value Type: unsigned int
|
static |
Specifies the geometric shape of the feature (see namespace Pharm.FeatureGeometry).
Value Type: unsigned int
|
static |
Specifies the length of the feature (for directional features).
Value Type: double
|
static |
Specifies the orientation of the feature in 3D space.
Value Type: Math.Vector3D
|
static |
Specifies the positional tolerance of the feature.
Value Type: double
|
static |
Specifies the weight (relative importance) of the feature.
Value Type: double
|
static |
Specifies the chemical substructure the feature was derived from.
Value Type: Chem.Fragment.SharedPointer
|
static |
Specifies whether the feature is currently disabled (and thus not considered in pharmacophore matching).
Value Type: bool
|
static |
Specifies whether the feature is optional in pharmacophore matching.
Value Type: bool
|
static |
Specifies the calculated hydrophobicity contribution of the feature.
Value Type: double
|
static |
Specifies the environment substructure (e.g.
surrounding residues) associated with the feature.
Value Type: Chem.Fragment.SharedPointer