IMP  2.4.0
The Integrative Modeling Platform
Public Member Functions | List of all members
IMP::score_functor::HarmonicLowerBound Class Reference

#include <IMP/score_functor/HarmonicLowerBound.h>

+ Inheritance diagram for IMP::score_functor::HarmonicLowerBound:

Detailed Description

A DistanceScore that scores with a harmonic on distances below 0.

Examples:
atom/dope_and_excluded_volume.cpp.

Definition at line 17 of file score_functor/HarmonicLowerBound.h.

Public Member Functions

 HarmonicLowerBound (double k)
 
template<unsigned int D>
bool get_is_trivially_zero (kernel::Model *, const base::Array< D, kernel::ParticleIndex > &, double squared_distance) const
 
template<unsigned int D>
double get_maximum_range (kernel::Model *, const base::Array< D, kernel::ParticleIndex > &) const
 
template<unsigned int D>
double get_score (kernel::Model *, const base::Array< D, kernel::ParticleIndex > &, 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
 
- Public Member Functions inherited from IMP::score_functor::Score
kernel::ModelObjectsTemp get_inputs (kernel::Model *m, const kernel::ParticleIndexes &pis) const
 
template<unsigned int D>
bool get_is_trivially_zero (kernel::Model *m, const base::Array< D, kernel::ParticleIndex > &p, double squared_distance) const
 
template<unsigned int D>
double get_maximum_range (kernel::Model *m, const base::Array< D, kernel::ParticleIndex > &p) const
 
template<unsigned int D>
double get_score (kernel::Model *m, const base::Array< D, kernel::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 (kernel::Model *m, const base::Array< D, kernel::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: