8 #ifndef IMPSPB_RIGID_BODY_PACKING_SCORE_H
9 #define IMPSPB_RIGID_BODY_PACKING_SCORE_H
11 #include "spb_config.h"
17 IMPSPB_BEGIN_NAMESPACE
22 Floats omb_, ome_, ddb_, dde_;
Abstract class for scoring object(s) of type ParticleIndexPair.
Macros for various classes.
#define IMP_PAIR_SCORE_METHODS(Name)
#define IMP_SHOWABLE(Name)
Class for storing model, its restraints, constraints, and particles.
A lookup based particle refiner.
Score on the crossing angles between two helices.
virtual ModelObjectsTemp do_get_inputs(Model *m, const ParticleIndexes &pis) const =0
Overload this method to specify the inputs.
#define IMP_OBJECTS(Name, PluralName)
Define the types for storing lists of object pointers.
A nullptr-initialized pointer to an IMP Object.
A lookup based particle refiner.
virtual double evaluate_index(Model *m, const ParticleIndexPair &vt, DerivativeAccumulator *da) const =0
Compute the score and the derivative if needed.
#define IMP_OVERRIDE
Cause a compile error if this method does not override a parent method.
Class for adding derivatives from restraints to the model.