IMP  2.3.0
The Integrative Modeling Platform
kernel/functor.h File Reference

Various important functionality for implementing decorators. More...

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

Go to the source code of this file.

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::kernel
 Base functionality and abstract base classes for representation, scoring and sampling.
 

Functions

template<class Pred >
internal::PredicateEquals
< Pred, true > 
IMP::kernel::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::kernel::make_predicate_not_equal (const Pred *p, Model *m, int value)
 

Detailed Description

Various important functionality for implementing decorators.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file kernel/functor.h.