8 #ifndef IMPMISC_LOWEST_REFINED_PAIR_SCORE_H 
    9 #define IMPMISC_LOWEST_REFINED_PAIR_SCORE_H 
   11 #include <IMP/misc/misc_config.h> 
   18 IMPMISC_BEGIN_NAMESPACE
 
Abstract class for scoring object(s) of type ParticleIndexPair. 
 
Macros for various classes. 
 
#define IMP_PAIR_SCORE_METHODS(Name)
 
#define IMP_OBJECT_METHODS(Name)
Define the basic things needed by any Object. 
 
Single variable function. 
 
A more IMP-like version of the std::vector. 
 
Class for storing model, its restraints, constraints, and particles. 
 
Refine a particle into a list of particles. 
 
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. 
 
Abstract class to implement hierarchical methods. 
 
Refine both particles with the refiner and score on the lowest pair. 
 
virtual double evaluate_index(Model *m, const ParticleIndexPair &vt, DerivativeAccumulator *da) const =0
Compute the score and the derivative if needed. 
 
Class for adding derivatives from restraints to the model.