IMP  2.0.1
The Integrative Modeling Platform
kernel/sampler_macros.h File Reference

Various general useful macros for IMP. More...

#include <IMP/kernel/kernel_config.h>
#include <IMP/base/doxygen_macros.h>
#include <IMP/base/object_macros.h>
#include "Sampler.h"
+ Include dependency graph for kernel/sampler_macros.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define IMP_SAMPLER(Name)
 Define the basic things you need for a Sampler. More...
 

Detailed Description

Copyright 2007-2013 IMP Inventors. All rights reserved.

Definition in file kernel/sampler_macros.h.

Macro Definition Documentation

#define IMP_SAMPLER (   Name)
Value:
IMP_OBJECT(Name); \
protected: \
IMP_IMPLEMENT(ConfigurationSet* do_sample() const)

In addition to the methods done by IMP_OBJECT, it declares

  • IMP::Sampler::do_sample()

Definition at line 23 of file kernel/sampler_macros.h.