29 #ifndef CDPL_PHARM_FEATUREPAIRDISTANCEMATCHFUNCTOR_HPP
30 #define CDPL_PHARM_FEATUREPAIRDISTANCEMATCHFUNCTOR_HPP
57 qryMode(query_mode) {}
Definition of the preprocessor macro CDPL_PHARM_API.
#define CDPL_PHARM_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
FeaturePairDistanceMatchFunctor.
Definition: FeaturePairDistanceMatchFunctor.hpp:47
FeaturePairDistanceMatchFunctor(bool query_mode)
Constructs the FeaturePairDistanceMatchFunctor instance.
Definition: FeaturePairDistanceMatchFunctor.hpp:56
bool operator()(const Feature &p1_ftr1, const Feature &p1_ftr2, const Feature &p2_ftr1, const Feature &p2_ftr2) const
Checks if the feature pairs (p1_ftr1, p1_ftr2) and (p2_ftr1, p2_ftr2) are matching in terms of their ...
Feature.
Definition: Feature.hpp:48
The namespace of the Chemical Data Processing Library.