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
19 #if !defined(IMP_DOXYGEN) && !defined(SWIG)
39 Dope(
double threshold = std::numeric_limits<double>::max()):
40 P(get_dope_type_key(), threshold, get_data_path(
"dope_score.lib")){}
41 Dope(
double threshold,
44 static IntKey get_dope_type_key() {
45 static const IntKey ik(
"dope atom type");
50 IMPSCOREFUNCTOR_END_NAMESPACE