IMP  2.0.1
The Integrative Modeling Platform
IMP::score_functor::UnaryFunctionEvaluate Class Reference

#include <IMP/score_functor/UnaryFunctionEvaluate.h>

+ Inheritance diagram for IMP::score_functor::UnaryFunctionEvaluate:

Public Member Functions

 UnaryFunctionEvaluate (IMP::UnaryFunction *uf)
 
template<unsigned int D>
double get_score (Model *, const base::Array< D, ParticleIndex > &, double distance) const
 
template<unsigned int D>
DerivativePair get_score_and_derivative (Model *, const base::Array< D, ParticleIndex > &, double distance) const
 
- Public Member Functions inherited from IMP::score_functor::Score
ModelObjectsTemp get_inputs (Model *m, const ParticleIndexes &pis) const
 
template<unsigned int D>
bool get_is_trivially_zero (Model *m, const base::Array< D, ParticleIndex > &p, double squared_distance) const
 
template<unsigned int D>
double get_maximum_range (Model *m, const base::Array< D, ParticleIndex > &p) const
 
template<unsigned int D>
double get_score (Model *m, const ParticleIndexTuple< D > &p, double distance) const
 
template<unsigned int D>
DerivativePair get_score_and_derivative (Model *m, const ParticleIndexTuple< D > &p, double distance) const
 
void show (std::ostream &) const
 

Detailed Description

A DistanceScore that uses a UnaryFunction.

Definition at line 19 of file UnaryFunctionEvaluate.h.


The documentation for this class was generated from the following file: