Chemical Data Processing Library C++ API - Version 1.3.0
Variables
CDPL::Pharm::FeatureType Namespace Reference

Provides constants for the specification of the generic type of a pharmacophore feature. More...

Variables

constexpr unsigned int UNKNOWN = 0
 
constexpr unsigned int HYDROPHOBIC = 1
 
constexpr unsigned int AROMATIC = 2
 
constexpr unsigned int NEGATIVE_IONIZABLE = 3
 
constexpr unsigned int POSITIVE_IONIZABLE = 4
 
constexpr unsigned int H_BOND_DONOR = 5
 
constexpr unsigned int H_BOND_ACCEPTOR = 6
 
constexpr unsigned int HALOGEN_BOND_DONOR = 7
 
constexpr unsigned int HALOGEN_BOND_ACCEPTOR = 8
 
constexpr unsigned int EXCLUSION_VOLUME = 9
 
constexpr unsigned int MAX_TYPE = EXCLUSION_VOLUME
 

Detailed Description

Provides constants for the specification of the generic type of a pharmacophore feature.

Variable Documentation

◆ UNKNOWN

constexpr unsigned int CDPL::Pharm::FeatureType::UNKNOWN = 0
constexpr

◆ HYDROPHOBIC

constexpr unsigned int CDPL::Pharm::FeatureType::HYDROPHOBIC = 1
constexpr

◆ AROMATIC

constexpr unsigned int CDPL::Pharm::FeatureType::AROMATIC = 2
constexpr

◆ NEGATIVE_IONIZABLE

constexpr unsigned int CDPL::Pharm::FeatureType::NEGATIVE_IONIZABLE = 3
constexpr

◆ POSITIVE_IONIZABLE

constexpr unsigned int CDPL::Pharm::FeatureType::POSITIVE_IONIZABLE = 4
constexpr

◆ H_BOND_DONOR

constexpr unsigned int CDPL::Pharm::FeatureType::H_BOND_DONOR = 5
constexpr

◆ H_BOND_ACCEPTOR

constexpr unsigned int CDPL::Pharm::FeatureType::H_BOND_ACCEPTOR = 6
constexpr

◆ HALOGEN_BOND_DONOR

constexpr unsigned int CDPL::Pharm::FeatureType::HALOGEN_BOND_DONOR = 7
constexpr

◆ HALOGEN_BOND_ACCEPTOR

constexpr unsigned int CDPL::Pharm::FeatureType::HALOGEN_BOND_ACCEPTOR = 8
constexpr

◆ EXCLUSION_VOLUME

constexpr unsigned int CDPL::Pharm::FeatureType::EXCLUSION_VOLUME = 9
constexpr

◆ MAX_TYPE

constexpr unsigned int CDPL::Pharm::FeatureType::MAX_TYPE = EXCLUSION_VOLUME
constexpr