![]() |
Chemical Data Processing Library C++ API - Version 1.3.0
|
Definition of constants in namespace CDPL::Pharm::FeatureType. More...
Go to the source code of this file.
Namespaces | |
| CDPL | |
| The namespace of the Chemical Data Processing Library. | |
| CDPL::Pharm | |
| Contains classes and functions related to pharmacophore perception and pharmacophore applications. | |
| CDPL::Pharm::FeatureType | |
| Provides constants for the specification of the generic type of a pharmacophore feature. | |
Variables | |
| constexpr unsigned int | CDPL::Pharm::FeatureType::UNKNOWN = 0 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::HYDROPHOBIC = 1 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::AROMATIC = 2 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::NEGATIVE_IONIZABLE = 3 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::POSITIVE_IONIZABLE = 4 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::H_BOND_DONOR = 5 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::H_BOND_ACCEPTOR = 6 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::HALOGEN_BOND_DONOR = 7 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::HALOGEN_BOND_ACCEPTOR = 8 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::EXCLUSION_VOLUME = 9 |
| constexpr unsigned int | CDPL::Pharm::FeatureType::MAX_TYPE = EXCLUSION_VOLUME |
Definition of constants in namespace CDPL::Pharm::FeatureType.