29 #ifndef CDPL_PHARM_IONICINTERACTIONSCORE_HPP
30 #define CDPL_PHARM_IONICINTERACTIONSCORE_HPP
51 static constexpr
double DEF_MIN_DISTANCE = 1.5;
53 static constexpr
double DEF_MAX_DISTANCE = 5.5;
Definition of class CDPL::Pharm::FeatureDistanceScore.
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.
Pharm::FeatureInteractionScore implementation that scores a feature pair based on whether their 3D-po...
Definition: FeatureDistanceScore.hpp:51
Pharm::FeatureDistanceScore specialization that scores an oppositely-charged ionic feature pair based...
Definition: IonicInteractionScore.hpp:47
std::shared_ptr< IonicInteractionScore > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated IonicInteractionScore instances.
Definition: IonicInteractionScore.hpp:58
IonicInteractionScore(double min_dist=DEF_MIN_DISTANCE, double max_dist=DEF_MAX_DISTANCE)
Constructs a IonicInteractionScore functor with a minimum ionic-feature pair distance of min_dist and...
Definition: IonicInteractionScore.hpp:66
The namespace of the Chemical Data Processing Library.