IMP logo
IMP Reference Guide  2.6.0
The Integrative Modeling Platform
functor.h File Reference

Various important functionality for implementing decorators. More...

#include <IMP/kernel_config.h>
#include "internal/functors.h"
+ Include dependency graph for functor.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Various important functionality for implementing decorators.

Copyright 2007-2016 IMP Inventors. All rights reserved.

Definition in file functor.h.