29 #ifndef CDPL_CHEM_BONDSUBSTITUENTDIRECTIONMATCHEXPRESSION_HPP
30 #define CDPL_CHEM_BONDSUBSTITUENTDIRECTIONMATCHEXPRESSION_HPP
61 typedef std::shared_ptr<BondSubstituentDirectionMatchExpression>
SharedPointer;
Definition of the preprocessor macro CDPL_CHEM_API.
#define CDPL_CHEM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Definition of class CDPL::Chem::MatchExpression.
Safe, type checked container for arbitrary data of variable type.
Definition: Any.hpp:60
Data structure for the common storage of related atom to atom and bond to bond mappings.
Definition: AtomBondMapping.hpp:55
Chem::MatchExpression that constrains target double-bond geometry via the per-substituent bond-direct...
Definition: BondSubstituentDirectionMatchExpression.hpp:55
bool requiresAtomBondMapping() const
Returns true to indicate that the expression requires a query to target atom/bond mapping candidate f...
std::shared_ptr< BondSubstituentDirectionMatchExpression > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated BondSubstituentDirectionMatchExpr...
Definition: BondSubstituentDirectionMatchExpression.hpp:61
bool operator()(const Bond &query_bond, const MolecularGraph &query_molgraph, const Bond &target_bond, const MolecularGraph &target_molgraph, const AtomBondMapping &mapping, const Base::Any &aux_data) const
Checks whether the relative directions of the substituent bonds of target_bond match the bond directi...
Abstract base class representing a chemical bond between two Chem::Atom instances.
Definition: Bond.hpp:54
Generic boolean expression interface for the implementation of query/target object equivalence tests ...
Definition: MatchExpression.hpp:75
Abstract base class for representations of a chemical structure as a graph of bonded atoms.
Definition: MolecularGraph.hpp:57
The namespace of the Chemical Data Processing Library.