Chemical Data Processing Library C++ API - Version 1.0.0
|
Declaration of functions that operate on Chem::Molecule instances. More...
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Chem | |
Contains classes and functions related to chemistry. | |
Functions | |
CDPL_CHEM_API bool | CDPL::Chem::makeHydrogenDeplete (Molecule &mol, bool corr_impl_h_count=true) |
Removes all explicit hydrogen atoms from the molecule mol. More... | |
CDPL_CHEM_API bool | CDPL::Chem::makeOrdinaryHydrogenDeplete (Molecule &mol, unsigned int flags, bool corr_impl_h_count=true) |
Removes all explicit ordinary hydrogen atoms from the molecule mol. More... | |
CDPL_CHEM_API bool | CDPL::Chem::makeHydrogenComplete (Molecule &mol, bool corr_impl_h_count=true) |
Converts all implicit hydrogens of the molecule mol to explicit hydrogen atoms. More... | |
CDPL_CHEM_API void | CDPL::Chem::removeAtomsIf (Molecule &mol, const AtomPredicate &pred) |
CDPL_CHEM_API void | CDPL::Chem::removeAtomsIfNot (Molecule &mol, const AtomPredicate &pred) |
Declaration of functions that operate on Chem::Molecule instances.