IMP
2.2.0
The Integrative Modeling Platform
|
Macros for various classes. More...
#include "internal/TupleRestraint.h"
#include "internal/functors.h"
#include "container_macros.h"
#include <IMP/base/object_macros.h>
#include <algorithm>
Go to the source code of this file.
Macros | |
#define | IMP_INDEX_PAIR_DERIVATIVE_MODIFIER(Name) IMP_INDEX_PAIR_MODIFIER(Name) |
Use IMP_INDEX_PAIR_MODIFIER instead. | |
#define | IMP_PAIR_CONTAINER_METHODS(Name) void do_apply(const PairModifier *sm) const { apply_generic(sm); } |
#define | IMP_PAIR_DERIVATIVE_MODIFIER(Name) IMP_PAIR_MODIFIER(Name) |
Use IMP_PAIR_MODIFIER() instead. | |
#define | IMP_PAIR_MODIFIER_METHODS(Name) |
#define | IMP_PAIR_PREDICATE_METHODS(Name) |
Define extra the functions needed for a PairPredicate. | |
#define | IMP_PAIR_SCORE_METHODS(Name) |
This file is generated by a script (core/tools/make-containers). Do not edit directly.
Copyright 2007-2014 IMP Inventors. All rights reserved.
Definition in file kernel/pair_macros.h.
#define IMP_PAIR_CONTAINER_METHODS | ( | Name | ) | void do_apply(const PairModifier *sm) const { apply_generic(sm); } |
Use this to fill in container methods IMP::kernel::PairContainer::do_apply()
Definition at line 116 of file kernel/pair_macros.h.
#define IMP_PAIR_MODIFIER_METHODS | ( | Name | ) |
Define
Definition at line 92 of file kernel/pair_macros.h.
#define IMP_PAIR_SCORE_METHODS | ( | Name | ) |
Define
Definition at line 24 of file kernel/pair_macros.h.