IMP logo
IMP Reference Guide  2.5.0
The Integrative Modeling Platform
IMP::score_functor::LinearLowerBound Class Reference

#include <IMP/score_functor/LinearLowerBound.h>

+ Inheritance diagram for IMP::score_functor::LinearLowerBound:

Detailed Description

A DistanceScore that scores with a linear function on distances below 0.

Note
a positive k results in repulsion

Definition at line 20 of file LinearLowerBound.h.

Public Member Functions

 LinearLowerBound (double k)
 
template<unsigned int D>
bool get_is_trivially_zero (Model *, const Array< D, ParticleIndex > &, double squared_distance) const
 
template<unsigned int D>
double get_maximum_range (Model *, const Array< D, ParticleIndex > &) const
 
template<unsigned int D>
double get_score (Model *, const Array< D, ParticleIndex > &, double distance) const
 
template<unsigned int D>
DerivativePair get_score_and_derivative (Model *, const Array< D, ParticleIndex > &, double distance) const
 
- Public Member Functions inherited from IMP::score_functor::Score
ModelObjectsTemp get_inputs (Model *m, const ParticleIndexes &pis) const
 
template<unsigned int D>
bool get_is_trivially_zero (Model *m, const Array< D, ParticleIndex > &p, double squared_distance) const
 
template<unsigned int D>
double get_maximum_range (Model *m, const Array< D, ParticleIndex > &p) const
 
template<unsigned int D>
double get_score (Model *m, const Array< D, ParticleIndex > &p, double distance) const
 Return the score at the passed feature size (eg distance). More...
 
template<unsigned int D>
DerivativePair get_score_and_derivative (Model *m, const Array< D, ParticleIndex > &p, double distance) const
 Return the score and derivative at the passed feature size (eg distance). More...
 
void show (std::ostream &) const
 

The documentation for this class was generated from the following file: