IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
#include <IMP/score_functor/WeightScore.h>
Inherits BaseDistanceScore.
A shift the distance by subtracting x0 and pass it to the base class.
Definition at line 18 of file WeightScore.h.
Public Member Functions | |
WeightScore (double w, BaseDistanceScore base) | |
template<unsigned int D> | |
double | get_score (Model *m, const Array< D, ParticleIndex > &pi, double distance) const |
template<unsigned int D> | |
DerivativePair | get_score_and_derivative (Model *m, const Array< D, ParticleIndex > &p, double distance) const |