8 #ifndef IMPCORE_DISTANCE_PAIR_SCORE_H
9 #define IMPCORE_DISTANCE_PAIR_SCORE_H
11 #include <IMP/core/core_config.h>
16 IMPCORE_BEGIN_NAMESPACE
21 DistancePairScore, score_functor::UnaryFunctionEvaluate,
34 (
double x0,
double k, std::string name =
"HarmonicDistancePairScore%1%"),
Various important macros for implementing decorators.
#define IMP_FUNCTOR_DISTANCE_PAIR_SCORE(Name, Functor, Args, PassArgs)
A Score on the distance between a pair of particles.
A Score on the distance between a pair of particles.
A Score on the distance between a pair of particles.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing sets of objects.
Abstract single variable functor class for score functions.