IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP::score_functor::SphereDistance< BaseDistanceScore > Class Template Reference

#include <IMP/score_functor/SphereDistance.h>

Inherits BaseDistanceScore.

Detailed Description

template<class BaseDistanceScore>
class IMP::score_functor::SphereDistance< BaseDistanceScore >

Transform the center distance to the sphere distance and pass it off to BaseDistanceScore.

Examples:
atom/dope_and_excluded_volume.cpp.

Definition at line 21 of file SphereDistance.h.

Public Member Functions

 SphereDistance (BaseDistanceScore base)
 
bool get_is_trivially_zero (Model *m, const ParticleIndexPair &pi, double squared_distance) const
 
double get_maximum_range (Model *m, const ParticleIndexPair &pi) const
 
double get_score (Model *m, const ParticleIndexPair &pi, double distance) const
 
DerivativePair get_score_and_derivative (Model *m, const ParticleIndexPair &pi, double distance) const
 

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