8 #ifndef IMPSCORE_FUNCTOR_DOPE_H
9 #define IMPSCORE_FUNCTOR_DOPE_H
11 #include <IMP/score_functor/score_functor_config.h>
16 IMPSCOREFUNCTOR_BEGIN_NAMESPACE
40 Dope(
double threshold = std::numeric_limits<double>::max())
41 :
P(get_dope_type_key(), threshold, get_data_path(
"dope_score.lib")) {}
43 :
P(get_dope_type_key(), threshold, data_file) {}
44 static IntKey get_dope_type_key() {
45 static const IntKey ik(
"dope atom type");
50 IMPSCOREFUNCTOR_END_NAMESPACE
Handling of file input/output.
#define IMP_VALUES(Name, PluralName)
Define the type for storing sets of values.
Functions to deal with very common math operations.
A Score on the distance between a pair of particles.
Key< 6453462, false > DopeType
A Score on the distance between a pair of particles.