8 #ifndef IMPSPB_TILT_SINGLETON_SCORE_H
9 #define IMPSPB_TILT_SINGLETON_SCORE_H
16 #include <IMP/spb/spb_config.h>
18 IMPSPB_BEGIN_NAMESPACE
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object.
Single variable function.
Macros for various classes.
#define IMP_SHOWABLE(Name)
A more IMP-like version of the std::vector.
Class for storing model, its restraints, constraints, and particles.
A Cartesian vector in D-dimensions.
Abstract class for scoring object(s) of type ParticleIndex.
#define IMP_SINGLETON_SCORE_METHODS(Name)
A smart pointer to a ref-counted Object that is a class member.
virtual ModelObjectsTemp do_get_inputs(Model *m, const ParticleIndexes &pis) const =0
Overload this method to specify the inputs.
A nullptr-initialized pointer to an IMP Object.
virtual double evaluate_index(Model *m, ParticleIndex vt, DerivativeAccumulator *da) const =0
Compute the score and the derivative if needed.
Apply a function to the distance to a fixed point.
Abstract single variable functor class for score functions.
Class for adding derivatives from restraints to the model.