29 #ifndef CDPL_CONFGEN_TORSIONRULEMATCH_HPP
30 #define CDPL_CONFGEN_TORSIONRULEMATCH_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.
Definition of the class CDPL::Chem::MolecularGraph.
Atom.
Definition: Atom.hpp:52
Bond.
Definition: Bond.hpp:50
Definition: TorsionRuleMatch.hpp:55
TorsionRuleMatch(const TorsionRule &rule, const Chem::Bond &bond, const Chem::Atom *atom1, const Chem::Atom *atom2, const Chem::Atom *atom3, const Chem::Atom *atom4)
const Chem::Atom *const * getAtoms() const
const TorsionRule & getRule() const
const Chem::Bond & getBond() const
Definition: TorsionRule.hpp:47
The namespace of the Chemical Data Processing Library.