29 #ifndef CDPL_PHARM_HBONDDONORFEATUREGENERATOR_HPP
30 #define CDPL_PHARM_HBONDDONORFEATUREGENERATOR_HPP
68 void init(
bool static_h_bonds);
Definition of class CDPL::Pharm::PatternBasedFeatureGenerator.
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.
Abstract base class for representations of a chemical structure as a graph of bonded atoms.
Definition: MolecularGraph.hpp:57
Pharm::FeatureGenerator implementation that perceives H-bond donor features by matching a built-in se...
Definition: HBondDonorFeatureGenerator.hpp:47
HBondDonorFeatureGenerator(bool static_h_bonds)
Constructs the HBondDonorFeatureGenerator instance.
HBondDonorFeatureGenerator(const Chem::MolecularGraph &molgraph, Pharmacophore &pharm, bool static_h_bonds)
Perceives the hydrogen bond donor features of the molecular graph molgraph and adds them to the pharm...
Pharm::FeatureGenerator implementation that perceives pharmacophore features by SMARTS-like substruct...
Definition: PatternBasedFeatureGenerator.hpp:59
Abstract base class for mutable containers of Pharm::Feature instances representing a pharmacophore m...
Definition: Pharmacophore.hpp:53
The namespace of the Chemical Data Processing Library.