29 #ifndef CDPL_PHARM_FEATUREDISTANCECONSTRAINT_HPP
30 #define CDPL_PHARM_FEATUREDISTANCECONSTRAINT_HPP
57 minDist(min_dist), maxDist(max_dist) {}
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
bool operator()(const Feature &ftr1, const Feature &ftr2) const
double getMaxDistance() const
FeatureDistanceConstraint(double min_dist, double max_dist)
Constructs a FeatureDistanceConstraint functor with a minimum feature distance of min_dist and maximu...
Definition: FeatureDistanceConstraint.hpp:56
double getMinDistance() const
Feature.
Definition: Feature.hpp:48
The namespace of the Chemical Data Processing Library.