Chemical Data Processing Library C++ API - Version 1.4.0
Namespaces | Variables
FeatureProperty.hpp File Reference

Definition of constants in namespace CDPL::Pharm::FeatureProperty. More...

#include "CDPL/Pharm/APIPrefix.hpp"

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Base
 Contains core framework classes and functions.
 
 CDPL::Pharm
 Contains classes and functions related to pharmacophore perception and pharmacophore applications.
 
 CDPL::Pharm::FeatureProperty
 Provides keys for built-in Pharm::Feature properties.
 

Variables

CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::TYPE
 Specifies the type of the pharmacophore feature (see namespace Pharm::FeatureType). More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::GEOMETRY
 Specifies the geometric shape of the feature (see namespace Pharm::FeatureGeometry). More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::LENGTH
 Specifies the length of the feature (for directional features). More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::ORIENTATION
 Specifies the orientation of the feature in 3D space. More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::TOLERANCE
 Specifies the positional tolerance of the feature. More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::WEIGHT
 Specifies the weight (relative importance) of the feature. More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::SUBSTRUCTURE
 Specifies the chemical substructure the feature was derived from. More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::DISABLED_FLAG
 Specifies whether the feature is currently disabled (and thus not considered in pharmacophore matching). More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::OPTIONAL_FLAG
 Specifies whether the feature is optional in pharmacophore matching. More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::HYDROPHOBICITY
 Specifies the calculated hydrophobicity contribution of the feature. More...
 
CDPL_PHARM_API const Base::LookupKey CDPL::Pharm::FeatureProperty::ENVIRONMENT_SUBSTRUCTURE
 Specifies the environment substructure (e.g. interacting pocket residues) associated with the feature. More...
 

Detailed Description

Definition of constants in namespace CDPL::Pharm::FeatureProperty.