29 #ifndef CDPL_PHARM_IONICINTERACTIONCONSTRAINT_HPP
30 #define CDPL_PHARM_IONICINTERACTIONCONSTRAINT_HPP
51 static constexpr
double DEF_MIN_DISTANCE = 1.5;
53 static constexpr
double DEF_MAX_DISTANCE = 5.5;
Definition of class CDPL::Pharm::FeatureDistanceConstraint.
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.
Constraint functor that accepts a pair of features whose 3D-position distance lies within a configure...
Definition: FeatureDistanceConstraint.hpp:48
Pharm::FeatureDistanceConstraint specialization that accepts an oppositely-charged ionic feature pair...
Definition: IonicInteractionConstraint.hpp:47
IonicInteractionConstraint(double min_dist=DEF_MIN_DISTANCE, double max_dist=DEF_MAX_DISTANCE)
Constructs a IonicInteractionConstraint functor with a minimum ionic-feature pair distance of min_dis...
Definition: IonicInteractionConstraint.hpp:61
The namespace of the Chemical Data Processing Library.