29 #ifndef CDPL_PHARM_DEFAULTPHARMACOPHOREGENERATOR_HPP 
   30 #define CDPL_PHARM_DEFAULTPHARMACOPHOREGENERATOR_HPP 
   60                 PI_NI_ON_CHARGED_GROUPS_ONLY = 0x1,
 
   66                 STATIC_H_DONORS = 0x2,
 
   91             void init(
int config);
 
Definition of the preprocessor macro CDPL_PHARM_API.
 
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
 
Definition of the class CDPL::Pharm::PharmacophoreGenerator.
 
MolecularGraph.
Definition: MolecularGraph.hpp:52
 
DefaultPharmacophoreGenerator.
Definition: DefaultPharmacophoreGenerator.hpp:48
 
Configuration
Flags controlling feature generation.
Definition: DefaultPharmacophoreGenerator.hpp:55
 
DefaultPharmacophoreGenerator(int config=DEFAULT_CONFIG)
Constructs the DefaultPharmacophoreGenerator instance.
 
DefaultPharmacophoreGenerator(const Chem::MolecularGraph &molgraph, Pharmacophore &pharm, int config=DEFAULT_CONFIG)
Perceives all pharmacophore features of the molecular graph a\ molgraph and adds them to the pharmaco...
 
void applyConfiguration(int config)
 
PharmacophoreGenerator.
Definition: PharmacophoreGenerator.hpp:49
 
Pharmacophore.
Definition: Pharmacophore.hpp:48
 
The namespace of the Chemical Data Processing Library.