IMP
2.3.0
The Integrative Modeling Platform
|
#include <IMP/score_functor/Shift.h>
Inherits BaseDistanceScore.
A shift the distance by subtracting x0 and pass it to the base class.
Public Member Functions | |
Shift (double x0, BaseDistanceScore base) | |
bool | get_is_trivially_zero (kernel::Model *m, const kernel::ParticleIndexPair &pi, double squared_distance) const |
template<unsigned int D> | |
double | get_maximum_range (kernel::Model *m, const base::Array< D, kernel::ParticleIndex > &pi) const |
template<unsigned int D> | |
double | get_score (kernel::Model *m, const base::Array< D, kernel::ParticleIndex > &pi, double distance) const |
template<unsigned int D> | |
DerivativePair | get_score_and_derivative (kernel::Model *m, const base::Array< D, kernel::ParticleIndex > &p, double distance) const |