29 #ifndef CDPL_FORCEFIELD_MOLECULARGRAPHFUNCTIONS_HPP
30 #define CDPL_FORCEFIELD_MOLECULARGRAPHFUNCTIONS_HPP
Definition of the preprocessor macro CDPL_FORCEFIELD_API.
#define CDPL_FORCEFIELD_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::Chem::FragmentList.
std::shared_ptr< FragmentList > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FragmentList instances.
Definition: FragmentList.hpp:53
Abstract base class for representations of a chemical structure as a graph of bonded atoms.
Definition: MolecularGraph.hpp:57
CDPL_FORCEFIELD_API void calcMMFF94AtomCharges(Chem::MolecularGraph &molgraph, bool strict, bool overwrite)
Calculates and assigns MMFF94 partial atomic charges to the atoms of molgraph.
CDPL_FORCEFIELD_API void setMMFF94AromaticRings(Chem::MolecularGraph &molgraph, const Chem::FragmentList::SharedPointer &rings)
Sets the value of the ForceField::MolecularGraphProperty::MMFF94_AROMATIC_RINGS property of molgraph ...
CDPL_FORCEFIELD_API void assignUFFAtomTypes(Chem::MolecularGraph &molgraph, bool overwrite)
Assigns UFF atom types to the atoms of molgraph.
CDPL_FORCEFIELD_API void assignMMFF94AtomTypes(Chem::MolecularGraph &molgraph, bool strict, bool overwrite)
Assigns MMFF94 atom types to the atoms of molgraph.
CDPL_FORCEFIELD_API bool hasMMFF94AromaticRings(const Chem::MolecularGraph &molgraph)
Tells whether molgraph carries an explicit ForceField::MolecularGraphProperty::MMFF94_AROMATIC_RINGS ...
CDPL_FORCEFIELD_API const Chem::FragmentList::SharedPointer & getMMFF94AromaticRings(const Chem::MolecularGraph &molgraph)
Returns the value of the ForceField::MolecularGraphProperty::MMFF94_AROMATIC_RINGS property of molgra...
CDPL_FORCEFIELD_API void clearMMFF94AromaticRings(Chem::MolecularGraph &molgraph)
Removes the ForceField::MolecularGraphProperty::MMFF94_AROMATIC_RINGS property from molgraph.
CDPL_FORCEFIELD_API Chem::FragmentList::SharedPointer perceiveMMFF94AromaticRings(const Chem::MolecularGraph &molgraph)
Perceives the list of MMFF94 aromatic rings of the molecular graph molgraph without storing the resul...
CDPL_FORCEFIELD_API void assignMMFF94BondTypeIndices(Chem::MolecularGraph &molgraph, bool strict, bool overwrite)
Assigns MMFF94 bond type indices to the bonds of molgraph.
The namespace of the Chemical Data Processing Library.