29 #ifndef CDPL_CHEM_ATOMCONFIGURATIONMATCHEXPRESSION_HPP
30 #define CDPL_CHEM_ATOMCONFIGURATIONMATCHEXPRESSION_HPP
63 typedef std::shared_ptr<AtomConfigurationMatchExpression>
SharedPointer;
110 const Atom* queryAtom;
111 bool queryDescrValid;
112 unsigned int configFlags;
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.
Definition of the type CDPL::Chem::StereoDescriptor.
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 atoms by their stereo configuration relative to a query ...
Definition: AtomConfigurationMatchExpression.hpp:57
bool requiresAtomBondMapping() const
Returns true to indicate that the expression requires a query to target atom/bond mapping candidate f...
AtomConfigurationMatchExpression(const StereoDescriptor &query_stereo_descr, const Atom &query_atom, bool not_match, bool allow_part_maps)
Constructs an AtomConfigurationMatchExpression instance for the specified matching mode and stereo co...
std::shared_ptr< AtomConfigurationMatchExpression > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated AtomConfigurationMatchExpression ...
Definition: AtomConfigurationMatchExpression.hpp:63
bool operator()(const Atom &query_atom, const MolecularGraph &query_molgraph, const Atom &target_atom, const MolecularGraph &target_molgraph, const AtomBondMapping &mapping, const Base::Any &aux_data) const
Checks whether the stereo configuration of target_atom satisfies (or does not satisfy) the configurat...
Abstract base class representing a chemical atom and its bonded neighborhood.
Definition: Atom.hpp:57
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
Data structure for the storage and retrieval of stereochemical information about atoms and bonds.
Definition: StereoDescriptor.hpp:102
The namespace of the Chemical Data Processing Library.