|
Chemical Data Processing Library C++ API - Version 1.1.1
|
Go to the documentation of this file.
29 #ifndef CDPL_PHARM_FEATUREDISTANCECONSTRAINT_HPP
30 #define CDPL_PHARM_FEATUREDISTANCECONSTRAINT_HPP
57 minDist(min_dist), maxDist(max_dist) {}
72 #endif // CDPL_PHARM_FEATUREDISTANCECONSTRAINT_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.
double getMinDistance() const
FeatureDistanceConstraint.
Definition: FeatureDistanceConstraint.hpp:47
double getMaxDistance() const
The namespace of the Chemical Data Processing Library.
bool operator()(const Feature &ftr1, const Feature &ftr2) 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
Feature.
Definition: Feature.hpp:48