29 #ifndef CDPL_PHARM_NEGIONIZABLEFEATUREGENERATOR_HPP
30 #define CDPL_PHARM_NEGIONIZABLEFEATUREGENERATOR_HPP
68 void init(
bool chgd_groups_only);
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 negative ionizable group features by matching a...
Definition: NegIonizableFeatureGenerator.hpp:47
NegIonizableFeatureGenerator(bool chgd_groups_only)
Constructs the NegIonizableFeatureGenerator instance.
NegIonizableFeatureGenerator(const Chem::MolecularGraph &molgraph, Pharmacophore &pharm, bool chgd_groups_only)
Perceives the negative ionizable group features of the molecular graph molgraph and adds them to the ...
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.