IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Various important macros for implementing decorators. More...
#include <IMP/domino/domino_config.h>
Go to the source code of this file.
Macros | |
#define | IMP_ASSIGNMENT_CONTAINER_METHODS(Name) |
#define | IMP_DISJOINT_SUBSET_FILTER_TABLE_DECL(Name) |
#define | IMP_DISJOINT_SUBSET_FILTER_TABLE_DEF(Name, filter, strength, next) |
Various important macros for implementing decorators.
Copyright 2007-2022 IMP Inventors. All rights reserved.
Definition in file domino_macros.h.
#define IMP_ASSIGNMENT_CONTAINER_METHODS | ( | Name | ) |
This macro defines:
Definition at line 82 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 19 of file domino_macros.h.