IMP
2.1.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 "input_output_macros.h"
#include <algorithm>
Go to the source code of this file.
Macros | |
#define | IMP_ACTIVE_PAIR_CONTAINER(Name) IMP_PAIR_CONTAINER(name) |
#define | IMP_COMPOSITE_PAIR_SCORE(Name) |
#define | IMP_FOREACH_PAIR(sequence, operation) |
#define | IMP_FOREACH_PAIR_INDEX(sequence, operation) |
#define | IMP_INDEX_PAIR_DERIVATIVE_MODIFIER(Name) IMP_INDEX_PAIR_MODIFIER(Name) |
Use IMP_INDEX_PAIR_MODIFIER instead. | |
#define | IMP_INDEX_PAIR_MODIFIER(Name) |
#define | IMP_INDEX_PAIR_PREDICATE(Name, return_value, return_inputs) |
#define | IMP_INDEX_PAIR_SCORE(Name) |
#define | IMP_PAIR_CONTAINER(Name) |
#define | IMP_PAIR_CONTAINER_METHODS(Name) |
#define | IMP_PAIR_DERIVATIVE_MODIFIER(Name) IMP_PAIR_MODIFIER(Name) |
Use IMP_PAIR_MODIFIER() instead. | |
#define | IMP_PAIR_MODIFIER(Name) |
#define | IMP_PAIR_MODIFIER_METHODS(Name) |
#define | IMP_PAIR_PREDICATE(Name) |
#define | IMP_PAIR_PREDICATE_METHODS(Name) |
Define extra the functions needed for a PairPredicate. | |
#define | IMP_PAIR_SCORE(Name) |
#define | IMP_PAIR_SCORE_METHODS(Name) |
#define | IMP_SIMPLE_PAIR_SCORE(Name) |
This file is generated by a script (core/tools/make-containers). Do not edit directly.
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file kernel/pair_macros.h.
#define IMP_ACTIVE_PAIR_CONTAINER | ( | Name | ) | IMP_PAIR_CONTAINER(name) |
Definition at line 421 of file kernel/pair_macros.h.
#define IMP_COMPOSITE_PAIR_SCORE | ( | Name | ) |
Definition at line 72 of file kernel/pair_macros.h.
#define IMP_FOREACH_PAIR | ( | sequence, | |
operation | |||
) |
Use IMP_CONTAINER_FOREACH() instead.
Definition at line 426 of file kernel/pair_macros.h.
#define IMP_FOREACH_PAIR_INDEX | ( | sequence, | |
operation | |||
) |
Use IMP_CONTAINER_FOREACH() instead.
Definition at line 443 of file kernel/pair_macros.h.
#define IMP_INDEX_PAIR_MODIFIER | ( | Name | ) |
Definition at line 352 of file kernel/pair_macros.h.
#define IMP_INDEX_PAIR_PREDICATE | ( | Name, | |
return_value, | |||
return_inputs | |||
) |
Definition at line 268 of file kernel/pair_macros.h.
#define IMP_INDEX_PAIR_SCORE | ( | Name | ) |
Definition at line 150 of file kernel/pair_macros.h.
#define IMP_PAIR_CONTAINER | ( | Name | ) |
Definition at line 401 of file kernel/pair_macros.h.
#define IMP_PAIR_CONTAINER_METHODS | ( | Name | ) |
Use this to fill in container methods IMP::kernel::PairContainer::do_apply()
Definition at line 392 of file kernel/pair_macros.h.
#define IMP_PAIR_MODIFIER | ( | Name | ) |
Definition at line 318 of file kernel/pair_macros.h.
#define IMP_PAIR_MODIFIER_METHODS | ( | Name | ) |
Define
Definition at line 338 of file kernel/pair_macros.h.
#define IMP_PAIR_PREDICATE | ( | Name | ) |
Definition at line 199 of file kernel/pair_macros.h.
#define IMP_PAIR_SCORE | ( | Name | ) |
Definition at line 25 of file kernel/pair_macros.h.
#define IMP_PAIR_SCORE_METHODS | ( | Name | ) |
Define
Definition at line 120 of file kernel/pair_macros.h.
#define IMP_SIMPLE_PAIR_SCORE | ( | Name | ) |
Definition at line 48 of file kernel/pair_macros.h.