FeatureDistanceScore.
More...
#include <FeatureDistanceScore.hpp>
◆ SharedPointer
A reference-counted smart pointer [SHPTR] for dynamically allocated FeatureDistanceScore
instances.
◆ DistanceScoringFunction
◆ FeatureDistanceScore()
CDPL::Pharm::FeatureDistanceScore::FeatureDistanceScore |
( |
double |
min_dist, |
|
|
double |
max_dist |
|
) |
| |
Constructs a FeatureDistanceScore
functor with a minimum feature distance of min_dist and maximum distance of max_dist.
- Parameters
-
min_dist | The minimum feature pair distance. |
max_dist | The maximum feature pair distance. |
◆ getMinDistance()
double CDPL::Pharm::FeatureDistanceScore::getMinDistance |
( |
| ) |
const |
◆ getMaxDistance()
double CDPL::Pharm::FeatureDistanceScore::getMaxDistance |
( |
| ) |
const |
◆ setDistanceScoringFunction()
◆ operator()() [1/2]
double CDPL::Pharm::FeatureDistanceScore::operator() |
( |
const Feature & |
ftr1, |
|
|
const Feature & |
ftr2 |
|
) |
| const |
|
virtual |
◆ operator()() [2/2]
double CDPL::Pharm::FeatureDistanceScore::operator() |
( |
const Math::Vector3D & |
ftr1_pos, |
|
|
const Feature & |
ftr2 |
|
) |
| const |
|
virtual |
The documentation for this class was generated from the following file: