29 #ifndef CDPL_PHARM_FEATUREPROPERTY_HPP
30 #define CDPL_PHARM_FEATUREPROPERTY_HPP
50 namespace FeatureProperty
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Unique lookup key for control-parameter and property values.
Definition: LookupKey.hpp:54
CDPL_PHARM_API const Base::LookupKey WEIGHT
Specifies the weight (relative importance) of the feature.
CDPL_PHARM_API const Base::LookupKey TOLERANCE
Specifies the positional tolerance of the feature.
CDPL_PHARM_API const Base::LookupKey SUBSTRUCTURE
Specifies the chemical substructure the feature was derived from.
CDPL_PHARM_API const Base::LookupKey LENGTH
Specifies the length of the feature (for directional features).
CDPL_PHARM_API const Base::LookupKey GEOMETRY
Specifies the geometric shape of the feature (see namespace Pharm::FeatureGeometry).
CDPL_PHARM_API const Base::LookupKey DISABLED_FLAG
Specifies whether the feature is currently disabled (and thus not considered in pharmacophore matchin...
CDPL_PHARM_API const Base::LookupKey OPTIONAL_FLAG
Specifies whether the feature is optional in pharmacophore matching.
CDPL_PHARM_API const Base::LookupKey ENVIRONMENT_SUBSTRUCTURE
Specifies the environment substructure (e.g. interacting pocket residues) associated with the feature...
CDPL_PHARM_API const Base::LookupKey ORIENTATION
Specifies the orientation of the feature in 3D space.
CDPL_PHARM_API const Base::LookupKey TYPE
Specifies the type of the pharmacophore feature (see namespace Pharm::FeatureType).
CDPL_PHARM_API const Base::LookupKey HYDROPHOBICITY
Specifies the calculated hydrophobicity contribution of the feature.
The namespace of the Chemical Data Processing Library.