Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.GRAIL.FeatureType Class Reference

Provides constants for the specification of pharmacophore feature types with extensions for H-bond acceptors and donors. More...

+ Inheritance diagram for CDPL.GRAIL.FeatureType:

Static Public Attributes

int UNKNOWN = 0
 
int HYDROPHOBIC = 1
 
int AROMATIC = 2
 
int NEGATIVE_IONIZABLE = 3
 
int POSITIVE_IONIZABLE = 4
 
int H_BOND_DONOR = 5
 
int H_BOND_ACCEPTOR = 6
 
int HALOGEN_BOND_DONOR = 7
 
int HALOGEN_BOND_ACCEPTOR = 8
 
int EXCLUSION_VOLUME = 9
 
int MAX_TYPE = 9
 
int H_BOND_DONOR_N = 10
 
int H_BOND_DONOR_N3 = 11
 
int H_BOND_DONOR_N2 = 12
 
int H_BOND_DONOR_Nar = 13
 
int H_BOND_DONOR_Nam = 14
 
int H_BOND_DONOR_Npl3 = 15
 
int H_BOND_DONOR_N4 = 16
 
int H_BOND_DONOR_O = 17
 
int H_BOND_DONOR_O3 = 18
 
int H_BOND_DONOR_S = 19
 
int H_BOND_DONOR_S3 = 20
 
int H_BOND_ACCEPTOR_N = 21
 
int H_BOND_ACCEPTOR_N3 = 22
 
int H_BOND_ACCEPTOR_N2 = 23
 
int H_BOND_ACCEPTOR_N1 = 24
 
int H_BOND_ACCEPTOR_Nar = 25
 
int H_BOND_ACCEPTOR_Npl3 = 26
 
int H_BOND_ACCEPTOR_O = 27
 
int H_BOND_ACCEPTOR_O3 = 28
 
int H_BOND_ACCEPTOR_O2 = 29
 
int H_BOND_ACCEPTOR_Oco2 = 30
 
int H_BOND_ACCEPTOR_S = 31
 
int H_BOND_ACCEPTOR_S3 = 32
 
int H_BOND_ACCEPTOR_S2 = 33
 
int MAX_EXT_TYPE = 33
 

Detailed Description

Provides constants for the specification of pharmacophore feature types with extensions for H-bond acceptors and donors.