Various important macros for implementing decorators. More...
Include dependency graph for statistics_macros.h:Go to the source code of this file.
Macros | |
| #define | IMP_CLUSTERING(Name) |
| Define the methods needed by Clustering. | |
| #define | IMP_EMBEDDING(Name) |
| Define things needed for a Embedding. | |
| #define | IMP_METRIC(Name) |
| Define things needed for a Metric. | |
Various important macros for implementing decorators.
Copyright 2007-2012 IMP Inventors. All rights reserved.
| #define IMP_CLUSTERING | ( | Name | ) |
Define the methods needed by Clustering.
In addition to what is defined/declared by IMP_OBJECT() it declares
| #define IMP_EMBEDDING | ( | Name | ) |
Define things needed for a Embedding.
In addition to what is done by IMP_OBJECT() it declares
| #define IMP_METRIC | ( | Name | ) |
Define things needed for a Metric.
In addition to what is done by IMP_OBJECT() it declares