IMP  2.0.1
The Integrative Modeling Platform
embedding_macros.h File Reference

Various important macros for implementing decorators. More...

#include "Embedding.h"
#include <IMP/base/object_macros.h>
+ Include dependency graph for embedding_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_EMBEDDING(Name)
 Define things needed for a Embedding. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file embedding_macros.h.

Macro Definition Documentation

#define IMP_EMBEDDING (   Name)

In addition to what is done by IMP_OBJECT() it declares

  • IMP::statistics::Embedding::get_point()
  • IMP::statistics::Embedding::get_number_of_items() and defines
  • IMP::statistics::Embedding::get_points()

Definition at line 23 of file embedding_macros.h.