Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
FragmentFunctions.hpp File Reference

Declaration of functions that operate on Chem::Fragment instances. More...

#include "CDPL/Chem/APIPrefix.hpp"
#include "CDPL/Chem/AtomPredicate.hpp"

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 (Fragment &frag)
 Removes all explicit hydrogen atoms from the fragment frag. More...
 
CDPL_CHEM_API bool CDPL::Chem::makeOrdinaryHydrogenDeplete (Fragment &frag, unsigned int flags)
 Removes all explicit ordinary hydrogen atoms from the fragment frag. More...
 
CDPL_CHEM_API void CDPL::Chem::removeAtomsIf (Fragment &frag, const AtomPredicate &pred)
 
CDPL_CHEM_API void CDPL::Chem::removeAtomsIfNot (Fragment &frag, const AtomPredicate &pred)
 

Detailed Description

Declaration of functions that operate on Chem::Fragment instances.