|
IMP
2.0.1
The Integrative Modeling Platform
|
Various important macros for implementing decorators. More...
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IMP_ASSIGNMENT_CONTAINER(Name) |
| #define | IMP_ASSIGNMENT_CONTAINER_BASE(Name) |
| #define | IMP_ASSIGNMENT_CONTAINER_INLINE(Name, show, dest) |
| #define | IMP_ASSIGNMENTS_TABLE(Name) |
| #define | IMP_DISCRETE_SAMPLER(Name) |
| #define | IMP_DISJOINT_SUBSET_FILTER_TABLE_DECL(Name) |
| #define | IMP_DISJOINT_SUBSET_FILTER_TABLE_DEF(Name, filter, strength,next) |
| #define | IMP_PARTICLE_STATES(Name) |
| #define | IMP_SUBSET_FILTER(Name) |
| #define | IMP_SUBSET_FILTER_TABLE(Name) |
| #define | IMP_SUBSET_GRAPH_TABLE(Name) |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file domino_macros.h.
| #define IMP_ASSIGNMENT_CONTAINER | ( | Name | ) |
This macro declares:
Definition at line 198 of file domino_macros.h.
| #define IMP_ASSIGNMENT_CONTAINER_INLINE | ( | Name, | |
| show, | |||
| dest | |||
| ) |
Definition at line 203 of file domino_macros.h.
| #define IMP_ASSIGNMENTS_TABLE | ( | Name | ) |
This macro declares
Definition at line 29 of file domino_macros.h.
| #define IMP_DISCRETE_SAMPLER | ( | Name | ) |
This macro declares
Definition at line 135 of file domino_macros.h.
| #define IMP_DISJOINT_SUBSET_FILTER_TABLE_DECL | ( | Name | ) |
This macro defines a class NameSubsetFilterTable from a method which is applied to disjoint sets. The code should assume there is a Assignment state and an Ints members which ordered indices into the Assignment for the current set.
Definition at line 58 of file domino_macros.h.
| #define IMP_PARTICLE_STATES | ( | Name | ) |
This macro declares
Definition at line 18 of file domino_macros.h.
| #define IMP_SUBSET_FILTER | ( | Name | ) |
This macro declares
Definition at line 125 of file domino_macros.h.
| #define IMP_SUBSET_FILTER_TABLE | ( | Name | ) |
This macro declares
Definition at line 44 of file domino_macros.h.
| #define IMP_SUBSET_GRAPH_TABLE | ( | Name | ) |
This macro declares:
Definition at line 148 of file domino_macros.h.