29 #ifndef CDPL_PHARM_FEATUREDISTANCESCORE_HPP
30 #define CDPL_PHARM_FEATUREDISTANCESCORE_HPP
Definition of the class CDPL::Pharm::FeatureInteractionScore.
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.
FeatureDistanceScore.
Definition: FeatureDistanceScore.hpp:50
double operator()(const Math::Vector3D &ftr1_pos, const Feature &ftr2) const
double operator()(const Feature &ftr1, const Feature &ftr2) const
std::shared_ptr< FeatureDistanceScore > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FeatureDistanceScore instances.
Definition: FeatureDistanceScore.hpp:56
double getMaxDistance() const
double getMinDistance() const
std::function< double(double)> DistanceScoringFunction
Definition: FeatureDistanceScore.hpp:58
void setDistanceScoringFunction(const DistanceScoringFunction &func)
FeatureDistanceScore(double min_dist, double max_dist)
Constructs a FeatureDistanceScore functor with a minimum feature distance of min_dist and maximum dis...
FeatureInteractionScore.
Definition: FeatureInteractionScore.hpp:50
Feature.
Definition: Feature.hpp:48
CVector< double, 3 > Vector3D
A bounded 3 element vector holding floating point values of type double.
Definition: Vector.hpp:1637
The namespace of the Chemical Data Processing Library.