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