29 #ifndef CDPL_CHEM_MOLECULARGRAPHCOMPONENTGROUPINGMATCHEXPRESSION_HPP
30 #define CDPL_CHEM_MOLECULARGRAPHCOMPONENTGROUPINGMATCHEXPRESSION_HPP
59 typedef std::shared_ptr<MolecularGraphComponentGroupingMatchExpression>
SharedPointer;
102 typedef std::vector<const Fragment*> ComponentList;
105 mutable ComponentList compList;
106 mutable std::mutex mutex;
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 the class CDPL::Chem::FragmentList.
Definition of the class CDPL::Chem::MatchExpression.
A safe, type checked container for arbitrary data of variable type.
Definition: Any.hpp:59
A data structure for the common storage of related atom to atom and bond to bond mappings.
Definition: AtomBondMapping.hpp:55
std::shared_ptr< FragmentList > SharedPointer
Definition: FragmentList.hpp:52
A generic boolean expression interface for the implementation of query/target object equivalence test...
Definition: MatchExpression.hpp:75
MolecularGraphComponentGroupingMatchExpression.
Definition: MolecularGraphComponentGroupingMatchExpression.hpp:52
std::shared_ptr< MolecularGraphComponentGroupingMatchExpression > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated MolecularGraphComponentGroupingMa...
Definition: MolecularGraphComponentGroupingMatchExpression.hpp:59
bool operator()(const MolecularGraph &query_molgraph, const MolecularGraph &target_molgraph, const AtomBondMapping &mapping, const Base::Any &aux_data) const
Checks whether the provided query to target atom/bond mapping candidate statisfies the component-leve...
MolecularGraphComponentGroupingMatchExpression(const MolecularGraphComponentGroupingMatchExpression &rhs)
MolecularGraphComponentGroupingMatchExpression & operator=(const MolecularGraphComponentGroupingMatchExpression &rhs)
MolecularGraphComponentGroupingMatchExpression(const FragmentList::SharedPointer &comp_grouping)
Constructs a MolecularGraphComponentGroupingMatchExpression instance for the specified component-leve...
bool requiresAtomBondMapping() const
Returns true to indicate that the expression requires a query to target atom/bond mapping candidate f...
MolecularGraph.
Definition: MolecularGraph.hpp:52
The namespace of the Chemical Data Processing Library.