|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_MOLPROP_BONDCONTAINERFUNCTIONS_HPP
30 #define CDPL_MOLPROP_BONDCONTAINERFUNCTIONS_HPP
65 #endif // CDPL_MOLPROP_BONDCONTAINERFUNCTIONS_HPP
CDPL_MOLPROP_API std::size_t getAromaticBondCount(const Chem::Atom &atom, const Chem::MolecularGraph &molgraph)
CDPL_MOLPROP_API std::size_t getExplicitHydrogenBondCount(const Chem::BondContainer &cntnr)
CDPL_MOLPROP_API std::size_t getHeavyBondCount(const Chem::Atom &atom, const Chem::MolecularGraph &molgraph)
The namespace of the Chemical Data Processing Library.
CDPL_MOLPROP_API std::size_t getRingBondCount(const Chem::Atom &atom, const Chem::MolecularGraph &molgraph)
Definition of the preprocessor macro CDPL_MOLPROP_API.
A common interface for data-structures that support a random access to stored Chem::Bond instances.
Definition: BondContainer.hpp:54
#define CDPL_MOLPROP_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDPL_MOLPROP_API std::size_t getExplicitChainBondCount(const Chem::Atom &atom, const Chem::MolecularGraph &molgraph)
CDPL_MOLPROP_API std::size_t getExplicitBondCount(const Chem::Atom &atom, const Chem::MolecularGraph &molgraph)