8 #ifndef IMPMISC_LOG_PAIR_SCORE_H
9 #define IMPMISC_LOG_PAIR_SCORE_H
11 #include <IMP/misc/misc_config.h>
16 IMPMISC_BEGIN_NAMESPACE
33 it = map_.begin(); it != map_.end(); ++it) {
34 ret.push_back(it->first);
44 return map_.find(pp) != map_.end();
50 inline void LogPairScore::do_show(std::ostream &)
const {
55 if (map_.find(pp) == map_.end()) {