Chemical Data Processing Library C++ API - Version 1.4.0
Variables
CDPL::Pharm::FeatureProperty Namespace Reference

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...
 

Detailed Description

Provides keys for built-in Pharm::Feature properties.

Variable Documentation

◆ TYPE

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::TYPE
extern

Specifies the type of the pharmacophore feature (see namespace Pharm::FeatureType).

Value Type: unsigned int

◆ GEOMETRY

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::GEOMETRY
extern

Specifies the geometric shape of the feature (see namespace Pharm::FeatureGeometry).

Value Type: unsigned int

◆ LENGTH

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::LENGTH
extern

Specifies the length of the feature (for directional features).

Value Type: double

◆ ORIENTATION

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::ORIENTATION
extern

Specifies the orientation of the feature in 3D space.

Value Type: Math::Vector3D

◆ TOLERANCE

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::TOLERANCE
extern

Specifies the positional tolerance of the feature.

Value Type: double

◆ WEIGHT

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::WEIGHT
extern

Specifies the weight (relative importance) of the feature.

Value Type: double

◆ SUBSTRUCTURE

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::SUBSTRUCTURE
extern

Specifies the chemical substructure the feature was derived from.

Value Type: Chem::Fragment::SharedPointer

◆ DISABLED_FLAG

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::DISABLED_FLAG
extern

Specifies whether the feature is currently disabled (and thus not considered in pharmacophore matching).

Value Type: bool

◆ OPTIONAL_FLAG

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::OPTIONAL_FLAG
extern

Specifies whether the feature is optional in pharmacophore matching.

Value Type: bool

◆ HYDROPHOBICITY

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::HYDROPHOBICITY
extern

Specifies the calculated hydrophobicity contribution of the feature.

Value Type: double

◆ ENVIRONMENT_SUBSTRUCTURE

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::ENVIRONMENT_SUBSTRUCTURE
extern

Specifies the environment substructure (e.g. interacting pocket residues) associated with the feature.

Value Type: Chem::Fragment::SharedPointer

Since
1.4