Various important macros for implementing decorators. More...
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) |
Various important macros for implementing decorators.
Copyright 2007-2012 IMP Inventors. All rights reserved.
| #define IMP_ASSIGNMENT_CONTAINER | ( | Name | ) |
This macro declares:
| #define IMP_ASSIGNMENT_CONTAINER_INLINE | ( | Name, | |
| show, | |||
| dest | |||
| ) |
| #define IMP_ASSIGNMENTS_TABLE | ( | Name | ) |
This macro declares
| #define IMP_DISCRETE_SAMPLER | ( | Name | ) |
This macro declares
| #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.
| #define IMP_PARTICLE_STATES | ( | Name | ) |
This macro declares
| #define IMP_SUBSET_FILTER | ( | Name | ) |
This macro declares
| #define IMP_SUBSET_FILTER_TABLE | ( | Name | ) |
This macro declares
| #define IMP_SUBSET_GRAPH_TABLE | ( | Name | ) |
This macro declares: