29 #ifndef CDPL_DESCR_MOLECULARGRAPHFUNCTIONS_HPP
30 #define CDPL_DESCR_MOLECULARGRAPHFUNCTIONS_HPP
Definition of the preprocessor macro CDPL_DESCR_API.
#define CDPL_DESCR_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Abstract base class for representations of a chemical structure as a graph of bonded atoms.
Definition: MolecularGraph.hpp:57
CDPL_DESCR_API std::size_t calcWienerIndex(const Chem::MolecularGraph &molgraph)
Calculates the Wiener index of molgraph.
CDPL_DESCR_API std::size_t calcTotalWalkCount(const Chem::MolecularGraph &molgraph)
Calculates the total walk count of molgraph.
CDPL_DESCR_API std::size_t calcTopologicalRadius(const Chem::MolecularGraph &molgraph)
Calculates the topological radius (minimum atom eccentricity) of molgraph.
CDPL_DESCR_API std::size_t calcZagrebIndex1(const Chem::MolecularGraph &molgraph)
Calculates the first Zagreb index ( ) of molgraph.
CDPL_DESCR_API double calcRandicIndex(const Chem::MolecularGraph &molgraph)
Calculates the Randic connectivity index of molgraph.
CDPL_DESCR_API double calcRingComplexity(const Chem::MolecularGraph &molgraph)
Calculates the ring complexity of molgraph.
CDPL_DESCR_API double calcKierShape2(const Chem::MolecularGraph &molgraph)
Calculates the second Kier shape index ( ) of molgraph.
CDPL_DESCR_API double calcKierShape3(const Chem::MolecularGraph &molgraph)
Calculates the third Kier shape index ( ) of molgraph.
CDPL_DESCR_API double calcMolecularComplexity(const Chem::MolecularGraph &molgraph)
Calculates the molecular complexity of molgraph (Hendrickson, Huang and Toczko).
CDPL_DESCR_API std::size_t calcZagrebIndex2(const Chem::MolecularGraph &molgraph)
Calculates the second Zagreb index ( ) of molgraph.
CDPL_DESCR_API std::size_t calcTopologicalDiameter(const Chem::MolecularGraph &molgraph)
Calculates the topological diameter (maximum atom-pair topological distance) of molgraph.
CDPL_DESCR_API double calcKierShape1(const Chem::MolecularGraph &molgraph)
Calculates the first Kier shape index ( ) of molgraph.
The namespace of the Chemical Data Processing Library.