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 more IMP-like version of the std::vector.
A harmonic score on the directed distance between a pair of particles, centered at 0...
A Score on the distance between a pair of particles.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
Abstract single variable functor class for score functions.