29 #ifndef CDPL_CHEM_BONDCONFIGURATIONMATCHEXPRESSION_HPP 
   30 #define CDPL_CHEM_BONDCONFIGURATIONMATCHEXPRESSION_HPP 
   58             typedef std::shared_ptr<BondConfigurationMatchExpression> 
SharedPointer;
 
  106             const Bond*      queryBond;
 
  107             bool             queryDescrValid;
 
  108             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 the class CDPL::Chem::MatchExpression.
 
Definition of the type CDPL::Chem::StereoDescriptor.
 
A safe, type checked container for arbitrary data of variable type.
Definition: Any.hpp:60
 
A data structure for the common storage of related atom to atom and bond to bond mappings.
Definition: AtomBondMapping.hpp:55
 
BondConfigurationMatchExpression.
Definition: BondConfigurationMatchExpression.hpp:52
 
bool requiresAtomBondMapping() const
Returns true to indicate that the expression requires a query to target atom/bond mapping candidate f...
 
BondConfigurationMatchExpression(const StereoDescriptor &query_stereo_descr, const Bond &query_bond, bool not_match, bool allow_part_maps)
Constructs an BondConfigurationMatchExpression instance for the specified matching mode,...
 
std::shared_ptr< BondConfigurationMatchExpression > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated BondConfigurationMatchExpression ...
Definition: BondConfigurationMatchExpression.hpp:58
 
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 cis/trans configuration of target_bond satisfies (or does not satisfy) the configu...
 
Bond.
Definition: Bond.hpp:50
 
A generic boolean expression interface for the implementation of query/target object equivalence test...
Definition: MatchExpression.hpp:75
 
MolecularGraph.
Definition: MolecularGraph.hpp:52
 
A 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.