29 #ifndef CDPL_CHEM_TAUTOMERSCORE_HPP
30 #define CDPL_CHEM_TAUTOMERSCORE_HPP
85 double getAtomTypeScoreIncrement(
unsigned int type,
bool in_ring)
const;
87 std::size_t getUnsaturatedNeighborCount(
const Atom& atom,
const Bond& bond,
const MolecularGraph& molgraph)
const;
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Atom.
Definition: Atom.hpp:52
Bond.
Definition: Bond.hpp:50
Fragment.
Definition: Fragment.hpp:52
Abstract base class for representations of a chemical structure as a graph of bonded atoms.
Definition: MolecularGraph.hpp:57
Functor for the calculation of a heuristic stability score of a tautomeric form represented as a mole...
Definition: TautomerScore.hpp:56
TautomerScore()
Constructs the TautomerScore instance.
TautomerScore & operator=(const TautomerScore &ts)
Copy assignment operator.
TautomerScore(const TautomerScore &ts)
Copy constructor.
double operator()(const MolecularGraph &molgraph)
Calculates the tautomer stability score of the molecular graph molgraph.
CDPL_MOLPROP_API bool isAmideNitrogen(const Chem::Atom &atom, const Chem::MolecularGraph &molgraph, bool c_only=false, bool db_o_only=false)
The namespace of the Chemical Data Processing Library.