Go to the source code of this file.
Defines | |
#define | IMP_CLUSTERING(Name) |
Define the methods needed by Clustering. | |
#define | IMP_EMBEDDING(Name) |
Define things needed for a Embedding. |
Copyright 2007-2010 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 | ) |
Value:
Floats get_point(unsigned int i) const; \ unsigned int get_number_of_points() const; \ IMP_OBJECT(Name)
In addition to what is done by IMP_OBJECT() it declares