|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_HYDROPHOBICINTERACTIONSCORE_HPP
30 #define CDPL_PHARM_HYDROPHOBICINTERACTIONSCORE_HPP
49 static constexpr
double DEF_MIN_DISTANCE = 2.0;
50 static constexpr
double DEF_MAX_DISTANCE = 6.0;
69 #endif // CDPL_PHARM_HYDROPHOBICINTERACTIONSCORE_HPP
Definition of the 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.
std::shared_ptr< HydrophobicInteractionScore > SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated HydrophobicInteractionScore insta...
Definition: HydrophobicInteractionScore.hpp:55
HydrophobicInteractionScore.
Definition: HydrophobicInteractionScore.hpp:46
HydrophobicInteractionScore(double min_dist=DEF_MIN_DISTANCE, double max_dist=DEF_MAX_DISTANCE)
Constructs a HydrophobicInteractionScore functor with a minimum hydrophobic-feature pair distance of ...
Definition: HydrophobicInteractionScore.hpp:63
The namespace of the Chemical Data Processing Library.
FeatureDistanceScore.
Definition: FeatureDistanceScore.hpp:50