9 #ifndef IMPKERNEL_SAMPLER_MACROS_H
10 #define IMPKERNEL_SAMPLER_MACROS_H
11 #include <IMP/kernel/kernel_config.h>
18 #define IMP_SAMPLER(Name) \
19 IMPKERNEL_DEPRECATED_MACRO(2.1, "Declare the needed functions directly."); \
20 IMP_OBJECT_NO_WARNING(Name); \
23 IMP_IMPLEMENT(ConfigurationSet* do_sample() const)
Various general useful macros for IMP.
Base class for all samplers.
Various general useful macros for IMP.