Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Variables
Pharm/FeatureType.hpp File Reference

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

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

Detailed Description

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