IMP  2.1.1
The Integrative Modeling Platform
monte_carlo_macros.h File Reference

Various important macros for implementing decorators. More...

+ Include dependency graph for monte_carlo_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_MONTE_CARLO(Name)
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file monte_carlo_macros.h.

Macro Definition Documentation

#define IMP_MONTE_CARLO (   Name)
Value:
IMP_DEPRECATED_MACRO(2.0, "Define do_step yourself") \
IMP_IMPLEMENT(virtual void do_step()); \
#define IMP_OBJECT_NO_WARNING(Name)
Only to work aroung a gcc bug.
#define IMP_IMPLEMENT(signature)
#define IMP_DEPRECATED_MACRO(version, help_message)

You should just declare the needed functions yourself.

Definition at line 17 of file monte_carlo_macros.h.