|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_FEATUREPOSITIONMATCHFUNCTOR_HPP
30 #define CDPL_PHARM_FEATUREPOSITIONMATCHFUNCTOR_HPP
53 qryMode(query_mode) {}
92 #endif // CDPL_PHARM_FEATUREPOSITIONMATCHFUNCTOR_HPP
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.
FeaturePositionMatchFunctor(bool query_mode)
Definition: FeaturePositionMatchFunctor.hpp:52
double operator()(const Feature &ftr1, const Feature &ftr2) const
Checks if the distance between ftr1 and ftr2 is below the allowed maximum and calculates a score refl...
The namespace of the Chemical Data Processing Library.
FeaturePositionMatchFunctor.
Definition: FeaturePositionMatchFunctor.hpp:49
Definition of matrix data types.
double operator()(const Feature &ftr1, const Feature &ftr2, const Math::Matrix4D &xform) const
Checks if the distance between ftr1 and ftr2 is below the allowed maximum and calculates a score refl...
Feature.
Definition: Feature.hpp:48