IMP  2.0.1
The Integrative Modeling Platform
clustering_macros.h File Reference

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...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file clustering_macros.h.

Macro Definition Documentation

#define IMP_CLUSTERING (   Name)

In addition to what is defined/declared by IMP_OBJECT() it declares

  • IMP::statistics::Clustering::get_number_of_clusters()
  • IMP::statistics::Clustering::get_cluster()
  • IMP::statistics::Clustering::get_cluster_representative()

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.