IMP  2.0.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_PRAGMA(message("Do not use this macro")) \
IMP_IMPLEMENT(virtual void do_step()); \
IMP_OBJECT(Name)

You should just declare the needed functions yourself.

Definition at line 17 of file monte_carlo_macros.h.