29 #ifndef CDPL_CONFGEN_MOLECULEFUNCTIONS_HPP
30 #define CDPL_CONFGEN_MOLECULEFUNCTIONS_HPP
Definition of the preprocessor macro CDPL_CONFGEN_API.
#define CDPL_CONFGEN_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Abstract base class representing a mutable molecular graph that owns its atoms and bonds.
Definition: Molecule.hpp:53
CDPL_CHEM_API void canonicalize(MolecularGraph &molgraph, const AtomCompareFunction &func, bool atoms=true, bool atom_nbrs=true, bool bonds=true, bool bond_atoms=false)
Reorders the atoms (and optionally their neighbors and bonds) of molgraph according to a user-supplie...
CDPL_CONFGEN_API void prepareForConformerGeneration(Chem::Molecule &mol, bool canonicalize=false)
Prepares mol for conformer generation by completing its hydrogens, perceiving SSSR,...
The namespace of the Chemical Data Processing Library.