|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_HYDROPHOBICINTERACTIONCONSTRAINT_HPP
30 #define CDPL_PHARM_HYDROPHOBICINTERACTIONCONSTRAINT_HPP
49 static constexpr
double DEF_MIN_DISTANCE = 2.0;
50 static constexpr
double DEF_MAX_DISTANCE = 6.0;
64 #endif // CDPL_PHARM_HYDROPHOBICINTERACTIONCONSTRAINT_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.
FeatureDistanceConstraint.
Definition: FeatureDistanceConstraint.hpp:47
HydrophobicInteractionConstraint.
Definition: HydrophobicInteractionConstraint.hpp:46
The namespace of the Chemical Data Processing Library.
HydrophobicInteractionConstraint(double min_dist=DEF_MIN_DISTANCE, double max_dist=DEF_MAX_DISTANCE)
Constructs a HydrophobicInteractionConstraint functor with a minimum hydrophobic-feature pair distanc...
Definition: HydrophobicInteractionConstraint.hpp:58
Definition of the class CDPL::Pharm::FeatureDistanceConstraint.