|
IMP
2.0.1
The Integrative Modeling Platform
|
Various important macros for implementing decorators. More...
Include dependency graph for clustering_macros.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IMP_CLUSTERING(Name) |
| Define the methods needed by Clustering. More... | |
| #define | IMP_METRIC(Name) |
| Define things needed for a Metric. More... | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file clustering_macros.h.
| #define IMP_CLUSTERING | ( | Name | ) |
In addition to what is defined/declared by IMP_OBJECT() it declares
Definition at line 32 of file clustering_macros.h.
| #define IMP_METRIC | ( | Name | ) |
In addition to what is done by IMP_OBJECT() it declares
Definition at line 19 of file clustering_macros.h.