IMP  2.0.1
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

namespace  IMP
 All IMP::kernel code is brought into the IMP namespace.
 
namespace  IMP::kernel
 See IMP.kernel Overview for more information.
 

Functions

template<class Pred >
internal::PredicateEquals
< Pred, true > 
IMP::kernel::make_predicate_equal (const Pred *p, Model *m, int value)
 
template<class Pred >
internal::PredicateEquals
< Pred, false > 
IMP::kernel::make_predicate_not_equal (const Pred *p, Model *m, int value)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/functor.h.