IMP Reference Guide
2.14.0
The Integrative Modeling Platform
|
Various important functionality for implementing decorators. More...
#include <IMP/kernel_config.h>
#include "internal/functors.h"
Go to the source code of this file.
Namespaces | |
IMP | |
Base functionality and abstract base classes for representation, scoring and sampling. | |
Functions | |
template<class Pred > | |
internal::PredicateEquals < Pred, true > | IMP::make_predicate_equal (const Pred *p, Model *m, int value) |
Return a functor that returns true when the predicate has a certain value. More... | |
template<class Pred > | |
internal::PredicateEquals < Pred, false > | IMP::make_predicate_not_equal (const Pred *p, Model *m, int value) |